X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;h=5a43cd89e63b18757d4675bb7a001e0775db7884;hb=2e3774eb3f2d5d23a08731175b168566457e2192;hp=8cf9246a56d61a58c9be8fa5a04b4387fadd25b3;hpb=e821b85cf13376b11d125bdf5da4f16b20acf2e2;p=blank.git diff --git a/src/client/InteractiveState.hpp b/src/client/InteractiveState.hpp index 8cf9246..5a43cd8 100644 --- a/src/client/InteractiveState.hpp +++ b/src/client/InteractiveState.hpp @@ -5,6 +5,7 @@ #include "ChunkRequester.hpp" #include "../app/IntervalTimer.hpp" #include "../app/State.hpp" +#include "../graphics/SkyBox.hpp" #include "../io/WorldSave.hpp" #include "../model/Skeletons.hpp" #include "../ui/Interface.hpp" @@ -56,6 +57,8 @@ private: Skeletons skeletons; IntervalTimer loop_timer; + SkyBox sky; + struct PlayerHistory { EntityState state; int delta_t;