X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;h=7368e420829b7e9e49f4af062bf72be5d4607421;hb=225a7e66ed3f3f03ab458ab39c914ed55cd69600;hp=ab6513813e49f01c3049dfa45f336ea758ff2268;hpb=150d065f431d665326fd8028748c48a74ad956bb;p=blank.git diff --git a/src/client/InteractiveState.hpp b/src/client/InteractiveState.hpp index ab65138..7368e42 100644 --- a/src/client/InteractiveState.hpp +++ b/src/client/InteractiveState.hpp @@ -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" @@ -89,6 +89,7 @@ private: ChunkReceiver chunk_receiver; ChunkRenderer chunk_renderer; CoarseTimer loop_timer; + CoarseTimer stat_timer; SkyBox sky;