X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fstandalone%2FMasterState.hpp;h=680bb5e620cbaa15a9a3f6414f02ecf0c767263c;hb=3a487f44c26f9bb9d1a1c831406b6497b2b3b425;hp=9e0b8e4c68e119fade7c03636bff1b71f79e30fb;hpb=bc48fbd6be3283a2e1aaa9249909fab32c617692;p=blank.git diff --git a/src/standalone/MasterState.hpp b/src/standalone/MasterState.hpp index 9e0b8e4..680bb5e 100644 --- a/src/standalone/MasterState.hpp +++ b/src/standalone/MasterState.hpp @@ -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;