X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fapp%2FWorldState.hpp;h=c0b4ce10a23829f8012d9a4c144d3d2e2a971ba4;hb=43820582217f7e4b707d98f2e69d969eb77fc7c3;hp=d47024ff6633ed1fb65cb07dd29d1c8ba6ce2080;hpb=ad7cf72ed47c39640d5588ba53386e090289b4d1;p=blank.git diff --git a/src/app/WorldState.hpp b/src/app/WorldState.hpp index d47024f..c0b4ce1 100644 --- a/src/app/WorldState.hpp +++ b/src/app/WorldState.hpp @@ -5,6 +5,7 @@ #include "State.hpp" #include "UnloadState.hpp" #include "../ai/Spawner.hpp" +#include "../model/Skeletons.hpp" #include "../ui/Interface.hpp" #include "../world/BlockTypeRegistry.hpp" #include "../world/ChunkRenderer.hpp" @@ -40,6 +41,7 @@ private: BlockTypeRegistry block_types; World world; ChunkRenderer chunk_renderer; + Skeletons skeletons; Spawner spawner; Interface interface;