X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FServerState.hpp;h=5a3c0dcacaac7c1b9feb5ac52c3e89bdfb0b0434;hb=51a0b19601cb4b044c7eee1782aa85fc3a399d33;hp=fc9ac1983d441e032846d6d53406920b98e2fb05;hpb=9ebe2c320fd9f94266ab93fa2f9d9908a0a284d3;p=blank.git diff --git a/src/app/ServerState.hpp b/src/app/ServerState.hpp index fc9ac19..5a3c0dc 100644 --- a/src/app/ServerState.hpp +++ b/src/app/ServerState.hpp @@ -1,6 +1,7 @@ #ifndef BLANK_APP_SERVERSTATE_HPP_ #define BLANK_APP_SERVERSTATE_HPP_ +#include "IntervalTimer.hpp" #include "State.hpp" #include "../net/Server.hpp" #include "../world/BlockTypeRegistry.hpp" @@ -31,6 +32,7 @@ private: BlockTypeRegistry block_types; World world; Server server; + IntervalTimer push_timer; };