X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;h=f371c8ca837aeb094c7ef5dc719b3f1b84c494f7;hb=69d1bc83f472e8fe5b9b16b72ca5c840d8f75123;hp=7368e420829b7e9e49f4af062bf72be5d4607421;hpb=225a7e66ed3f3f03ab458ab39c914ed55cd69600;p=blank.git diff --git a/src/client/InteractiveState.hpp b/src/client/InteractiveState.hpp index 7368e42..f371c8c 100644 --- a/src/client/InteractiveState.hpp +++ b/src/client/InteractiveState.hpp @@ -64,6 +64,7 @@ public: void SetVideo(bool) override; void SetHUD(bool) override; void SetDebug(bool) override; + void NextCamera() override; void Exit() override; void OnLineSubmit(const std::string &) override; @@ -101,6 +102,9 @@ private: ChatState chat; + int time_skipped; + unsigned int packets_skipped; + }; }