X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2FInterface.hpp;h=1ade2d1bf326b4d776f60e4eb8e1821ae85a5c40;hb=a1f911f8257f614f874c201fede5d5206f5b7e80;hp=eaed0fc0b15b5122752bedad02397068a0fcacc3;hpb=291ff5699aa1a1dd0e8aff49543849085e883c16;p=blank.git diff --git a/src/ui/Interface.hpp b/src/ui/Interface.hpp index eaed0fc..1ade2d1 100644 --- a/src/ui/Interface.hpp +++ b/src/ui/Interface.hpp @@ -69,8 +69,9 @@ public: void ToggleAudio(); void ToggleVisual(); - void ToggleCounter(); + void ToggleDebug(); void UpdateCounter(); + void UpdatePosition(); void PostMessage(const char *); void PostMessage(const std::string &msg) { @@ -101,6 +102,7 @@ private: glm::mat4 outline_transform; FixedText counter_text; + FixedText position_text; MessageBox messages; IntervalTimer msg_timer;