]> git.localhorst.tv Git - blank.git/blobdiff - src/server/ServerState.hpp
actually load shapes
[blank.git] / src / server / ServerState.hpp
index 3a4851470edb8a1cecf555e52048a4a971fcd45d..bfefccf397f0ae0be42a5ac6213bbd01b2d33eb1 100644 (file)
@@ -5,6 +5,7 @@
 #include "../ai/Spawner.hpp"
 #include "../app/IntervalTimer.hpp"
 #include "../app/State.hpp"
+#include "../model/ShapeRegistry.hpp"
 #include "../model/Skeletons.hpp"
 #include "../world/BlockTypeRegistry.hpp"
 #include "../world/ChunkLoader.hpp"
@@ -39,6 +40,7 @@ public:
 
 private:
        HeadlessEnvironment &env;
+       ShapeRegistry shapes;
        BlockTypeRegistry block_types;
        World world;
        Generator generator;