Include Biome enum in ChunkDef
Can't forward declare an enum
This commit is contained in:
parent
ee74411024
commit
fe48f62575
@ -10,6 +10,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Vector3i.h"
|
||||
#include "BiomeDef.h"
|
||||
|
||||
|
||||
|
||||
@ -38,8 +39,6 @@ class cBlockEntity;
|
||||
typedef std::list<cEntity *> cEntityList;
|
||||
typedef std::list<cBlockEntity *> cBlockEntityList;
|
||||
|
||||
enum EMCSBiome;
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user