]> git.localhorst.tv Git - blank.git/blobdiff - src/standalone/MasterState.hpp
lil cleanup of common and unused stuff
[blank.git] / src / standalone / MasterState.hpp
index f72c38ceed7b73f83059b3e1249c4da46f4c42f9..6e630200fa9eab8e60b653e7fb5bf76cae1b9d53 100644 (file)
@@ -8,13 +8,11 @@
 #include "UnloadState.hpp"
 #include "../ai/Spawner.hpp"
 #include "../graphics/SkyBox.hpp"
-#include "../model/ModelRegistry.hpp"
-#include "../model/ShapeRegistry.hpp"
+#include "../shared/WorldResources.hpp"
 #include "../ui/DirectInput.hpp"
 #include "../ui/HUD.hpp"
 #include "../ui/InteractiveManipulator.hpp"
 #include "../ui/Interface.hpp"
-#include "../world/BlockTypeRegistry.hpp"
 #include "../world/ChunkIndex.hpp"
 #include "../world/ChunkLoader.hpp"
 #include "../world/ChunkRenderer.hpp"
@@ -63,9 +61,7 @@ public:
 private:
        Config &config;
        Environment &env;
-       ShapeRegistry shapes;
-       BlockTypeRegistry block_types;
-       ModelRegistry models;
+       WorldResources res;
        const WorldSave &save;
        World world;
        ChunkIndex &spawn_index;