diff options
Diffstat (limited to '')
-rw-r--r-- | src/World.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/World.h b/src/World.h index 3acb4676d..e011f4ac3 100644 --- a/src/World.h +++ b/src/World.h @@ -43,8 +43,6 @@ typedef std::shared_ptr<cClientHandle> cClientHandlePtr; typedef std::list<cClientHandlePtr> cClientHandlePtrs; typedef std::list<cClientHandle *> cClientHandles; class cEntity; -class cBlockEntity; -class cWorldGenerator; // The generator that actually generates the chunks for a single world class cChunkGenerator; // The thread responsible for generating chunks class cBeaconEntity; class cBrewingstandEntity; |