]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
moved common stated to shared dir
[blank.git] / src / client / InteractiveState.hpp
index 55e03d029f630ddf8481870476546b2677aecd89..d5fd4a1859fb3c8b188e7f03bed58023ceff0c49 100644 (file)
@@ -6,12 +6,12 @@
 
 #include "ChunkReceiver.hpp"
 #include "NetworkedInput.hpp"
-#include "../app/ChatState.hpp"
 #include "../app/IntervalTimer.hpp"
 #include "../audio/SoundBank.hpp"
 #include "../graphics/SkyBox.hpp"
 #include "../io/WorldSave.hpp"
 #include "../net/Packet.hpp"
+#include "../shared/ChatState.hpp"
 #include "../shared/WorldResources.hpp"
 #include "../ui/HUD.hpp"
 #include "../ui/InteractiveManipulator.hpp"
@@ -88,7 +88,7 @@ private:
        Interface interface;
        ChunkReceiver chunk_receiver;
        ChunkRenderer chunk_renderer;
-       IntervalTimer loop_timer;
+       CoarseTimer loop_timer;
 
        SkyBox sky;