X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FWorldState.hpp;h=b48d1b9c0e71285012d7dc7bfbdde978a96ca38e;hb=419c353301a3935be799f261cde9695043e09915;hp=d5eac1980d850a9ce31b98ef8988bf187bc9e9d6;hpb=13e676a6e49128ebc6c63b8dd08bef51d360e8e9;p=blank.git diff --git a/src/app/WorldState.hpp b/src/app/WorldState.hpp index d5eac19..b48d1b9 100644 --- a/src/app/WorldState.hpp +++ b/src/app/WorldState.hpp @@ -5,6 +5,7 @@ #include "State.hpp" #include "UnloadState.hpp" #include "../ai/Spawner.hpp" +#include "../graphics/SkyBox.hpp" #include "../model/Skeletons.hpp" #include "../ui/Interface.hpp" #include "../world/BlockTypeRegistry.hpp" @@ -50,6 +51,8 @@ private: Skeletons skeletons; Spawner spawner; + SkyBox sky; + PreloadState preload; UnloadState unload;