X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;h=9b1ce52236309d23751286b037e2d80ead35701f;hb=d2eb51ad9759eeee743b04aee6f1ae69132fc706;hp=d36472d4855a2cd34feddf76174966589cd50910;hpb=d4c71969df4f6b5e6b750c98268d30ca6784908b;p=blank.git diff --git a/src/client/InteractiveState.hpp b/src/client/InteractiveState.hpp index d36472d..9b1ce52 100644 --- a/src/client/InteractiveState.hpp +++ b/src/client/InteractiveState.hpp @@ -1,6 +1,7 @@ #ifndef BLANK_CLIENT_INTERACTIVESTATE_HPP_ #define BLANK_CLIENT_INTERACTIVESTATE_HPP_ +#include "../app/IntervalTimer.hpp" #include "../app/State.hpp" #include "../io/WorldSave.hpp" #include "../model/Skeletons.hpp" @@ -42,6 +43,7 @@ private: Interface interface; ChunkRenderer chunk_renderer; Skeletons skeletons; + IntervalTimer update_timer; };