]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
linear model instance state
[blank.git] / src / client / InteractiveState.hpp
index 2db227067711aecb78223231658514eebbb7bf89..86757a294c10501dd28c074a28ba59410220bb59 100644 (file)
@@ -5,11 +5,11 @@
 #include "../ui/ClientController.hpp"
 
 #include "ChunkReceiver.hpp"
-#include "ChunkRequester.hpp"
 #include "NetworkedInput.hpp"
 #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"
@@ -59,6 +59,7 @@ public:
 
 private:
        MasterState &master;
+       ShapeRegistry shapes;
        BlockTypeRegistry block_types;
        WorldSave save;
        World world;
@@ -67,7 +68,6 @@ private:
        InteractiveManipulator manip;
        NetworkedInput input;
        Interface interface;
-       ChunkRequester chunk_requester;
        ChunkReceiver chunk_receiver;
        ChunkRenderer chunk_renderer;
        Skeletons skeletons;