X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;fp=src%2Fclient%2FInteractiveState.hpp;h=86757a294c10501dd28c074a28ba59410220bb59;hb=3a487f44c26f9bb9d1a1c831406b6497b2b3b425;hp=8e7064eacf0a1e2be1f98bf309abe463f26d7043;hpb=bc48fbd6be3283a2e1aaa9249909fab32c617692;p=blank.git diff --git a/src/client/InteractiveState.hpp b/src/client/InteractiveState.hpp index 8e7064e..86757a2 100644 --- a/src/client/InteractiveState.hpp +++ b/src/client/InteractiveState.hpp @@ -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;