]> git.localhorst.tv Git - blank.git/blobdiff - src/app/WorldState.hpp
split graphics stuff from AI spawner
[blank.git] / src / app / WorldState.hpp
index d47024ff6633ed1fb65cb07dd29d1c8ba6ce2080..c0b4ce10a23829f8012d9a4c144d3d2e2a971ba4 100644 (file)
@@ -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;