X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fnet%2FClientConnection.hpp;h=c37540907851f7cd8c1f9cc8cf4dfca3ff193941;hb=cf5ce8220483bb062740eeaedde6474928fd5e0e;hp=fb6420acfed074959df27449741d3cb80cb5526c;hpb=51a0b19601cb4b044c7eee1782aa85fc3a399d33;p=blank.git diff --git a/src/net/ClientConnection.hpp b/src/net/ClientConnection.hpp index fb6420a..c375409 100644 --- a/src/net/ClientConnection.hpp +++ b/src/net/ClientConnection.hpp @@ -3,6 +3,7 @@ #include "Connection.hpp" #include "ConnectionHandler.hpp" +#include "../app/IntervalTimer.hpp" #include #include @@ -67,6 +68,8 @@ private: Entity *player; std::list spawns; unsigned int confirm_wait; + std::uint16_t player_update_pack; + IntervalTimer player_update_timer; };