X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fserver%2FServerState.hpp;h=bfefccf397f0ae0be42a5ac6213bbd01b2d33eb1;hb=bc2806164f55b7ac48dbb6d224b7d4b55683decf;hp=e22f9b1e3c3f58a3825fa48a973f21e6f764fc58;hpb=5178dd1e226d45db7ae61e3d7d6866dc4254d9ae;p=blank.git diff --git a/src/server/ServerState.hpp b/src/server/ServerState.hpp index e22f9b1..bfefccf 100644 --- a/src/server/ServerState.hpp +++ b/src/server/ServerState.hpp @@ -5,9 +5,9 @@ #include "../ai/Spawner.hpp" #include "../app/IntervalTimer.hpp" #include "../app/State.hpp" +#include "../model/ShapeRegistry.hpp" #include "../model/Skeletons.hpp" #include "../world/BlockTypeRegistry.hpp" -#include "../world/ChunkIndex.hpp" #include "../world/ChunkLoader.hpp" #include "../world/Generator.hpp" #include "../world/World.hpp" @@ -40,9 +40,9 @@ public: private: HeadlessEnvironment &env; + ShapeRegistry shapes; BlockTypeRegistry block_types; World world; - ChunkIndex &spawn_index; Generator generator; ChunkLoader chunk_loader; Skeletons skeletons;