]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
fix this whole sky box mess
[blank.git] / src / client / InteractiveState.hpp
index 8cf9246a56d61a58c9be8fa5a04b4387fadd25b3..5a43cd89e63b18757d4675bb7a001e0775db7884 100644 (file)
@@ -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;