diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-09-26 19:13:19 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-09-26 19:13:19 +0200 |
commit | a3f940f47c8981146feed66225c1dd8066bac0e2 (patch) | |
tree | 7b8cb0de72a5a7e47310f8a06088d4b8156eec1c /src/Chunk.h | |
parent | Merge pull request #1419 from mc-server/redstoneTests (diff) | |
download | cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar.gz cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar.bz2 cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar.lz cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar.xz cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar.zst cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.zip |
Diffstat (limited to 'src/Chunk.h')
-rw-r--r-- | src/Chunk.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Chunk.h b/src/Chunk.h index a3de730dc..1d62ff73f 100644 --- a/src/Chunk.h +++ b/src/Chunk.h @@ -11,7 +11,7 @@ #include "Blocks/GetHandlerCompileTimeTemplate.h" - +#include "ChunkMap.h" @@ -31,7 +31,10 @@ class MTRand; class cPlayer; class cChunkMap; class cBeaconEntity; +class cBoundingBox; class cChestEntity; +class cCHunkDataCallback; +class cCommandBlockEntity; class cDispenserEntity; class cFurnaceEntity; class cNoteEntity; @@ -46,6 +49,7 @@ class cFluidSimulatorData; class cMobCensus; class cMobSpawner; class cRedstonePoweredEntity; +class cSetChunkData; typedef std::list<cClientHandle *> cClientHandleList; typedef cItemCallback<cEntity> cEntityCallback; |