diff options
Diffstat (limited to 'source/Chunk.h')
-rw-r--r-- | source/Chunk.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/source/Chunk.h b/source/Chunk.h index c285a26e3..fbf65b4fd 100644 --- a/source/Chunk.h +++ b/source/Chunk.h @@ -38,6 +38,7 @@ class MTRand; class cPlayer; class cChunkMap; class cChestEntity; +class cDispenserEntity; class cFurnaceEntity; class cBlockArea; class cPawn; @@ -45,10 +46,11 @@ class cPickup; class cChunkDataSerializer; class cBlockArea; -typedef std::list<cClientHandle *> cClientHandleList; -typedef cItemCallback<cEntity> cEntityCallback; -typedef cItemCallback<cChestEntity> cChestCallback; -typedef cItemCallback<cFurnaceEntity> cFurnaceCallback; +typedef std::list<cClientHandle *> cClientHandleList; +typedef cItemCallback<cEntity> cEntityCallback; +typedef cItemCallback<cChestEntity> cChestCallback; +typedef cItemCallback<cDispenserEntity> cDispenserCallback; +typedef cItemCallback<cFurnaceEntity> cFurnaceCallback; |