fix: missing include
This commit is contained in:
parent
5e0bcf8ec0
commit
26c93a8427
@ -7,7 +7,6 @@
|
||||
#include "content/Content.hpp"
|
||||
#include "content/ContentPack.hpp"
|
||||
#include "core_defs.hpp"
|
||||
#include "graphics/commons/Model.hpp"
|
||||
#include "graphics/core/Atlas.hpp"
|
||||
#include "maths/UVRegion.hpp"
|
||||
#include "voxels/Block.hpp"
|
||||
|
||||
@ -6,6 +6,8 @@
|
||||
#include <stdexcept>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "graphics/commons/Model.hpp"
|
||||
|
||||
class Content;
|
||||
class Assets;
|
||||
struct UVRegion;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user