]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
cleanup of sdl event to string functions
[blank.git] / src / client / InteractiveState.hpp
index 7368e420829b7e9e49f4af062bf72be5d4607421..f371c8ca837aeb094c7ef5dc719b3f1b84c494f7 100644 (file)
@@ -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;
+
 };
 
 }