]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
actually load shapes
[blank.git] / src / client / InteractiveState.hpp
index 8e7064eacf0a1e2be1f98bf309abe463f26d7043..86757a294c10501dd28c074a28ba59410220bb59 100644 (file)
@@ -9,6 +9,7 @@
 #include "../app/IntervalTimer.hpp"
 #include "../graphics/SkyBox.hpp"
 #include "../io/WorldSave.hpp"
+#include "../model/ShapeRegistry.hpp"
 #include "../model/Skeletons.hpp"
 #include "../net/Packet.hpp"
 #include "../ui/HUD.hpp"
@@ -58,6 +59,7 @@ public:
 
 private:
        MasterState &master;
+       ShapeRegistry shapes;
        BlockTypeRegistry block_types;
        WorldSave save;
        World world;