]> git.localhorst.tv Git - blank.git/blobdiff - src/standalone/MasterState.hpp
actually load shapes
[blank.git] / src / standalone / MasterState.hpp
index 9e0b8e4c68e119fade7c03636bff1b71f79e30fb..680bb5e620cbaa15a9a3f6414f02ecf0c767263c 100644 (file)
@@ -8,6 +8,7 @@
 #include "UnloadState.hpp"
 #include "../ai/Spawner.hpp"
 #include "../graphics/SkyBox.hpp"
+#include "../model/ShapeRegistry.hpp"
 #include "../model/Skeletons.hpp"
 #include "../ui/DirectInput.hpp"
 #include "../ui/HUD.hpp"
@@ -62,6 +63,7 @@ public:
 private:
        Config &config;
        Environment &env;
+       ShapeRegistry shapes;
        BlockTypeRegistry block_types;
        const WorldSave &save;
        World world;