diff options
author | Bill Derouin <derouinbill@gmail.com> | 2014-01-10 17:30:56 +0100 |
---|---|---|
committer | Bill Derouin <derouinbill@gmail.com> | 2014-01-10 17:30:56 +0100 |
commit | fe48f62575427c0b3f7449c5b9f067ba3186c3b9 (patch) | |
tree | a1d1fb71ca60db735207bf1fbabfc8a9fdde94e4 /src/ChunkDef.h | |
parent | Added newlines at ends of files (diff) | |
download | cuberite-fe48f62575427c0b3f7449c5b9f067ba3186c3b9.tar cuberite-fe48f62575427c0b3f7449c5b9f067ba3186c3b9.tar.gz cuberite-fe48f62575427c0b3f7449c5b9f067ba3186c3b9.tar.bz2 cuberite-fe48f62575427c0b3f7449c5b9f067ba3186c3b9.tar.lz cuberite-fe48f62575427c0b3f7449c5b9f067ba3186c3b9.tar.xz cuberite-fe48f62575427c0b3f7449c5b9f067ba3186c3b9.tar.zst cuberite-fe48f62575427c0b3f7449c5b9f067ba3186c3b9.zip |
Diffstat (limited to 'src/ChunkDef.h')
-rw-r--r-- | src/ChunkDef.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ChunkDef.h b/src/ChunkDef.h index 442c9633d..edeb7c0a0 100644 --- a/src/ChunkDef.h +++ b/src/ChunkDef.h @@ -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; - |