From d0f8aec244a0d71f67863f94cab4c5f84d93de22 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Wed, 24 Apr 2024 07:44:53 +1000 Subject: feat: unicode emoji support + other stuff --- source/frontend/StarMainInterface.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/frontend/StarMainInterface.hpp') diff --git a/source/frontend/StarMainInterface.hpp b/source/frontend/StarMainInterface.hpp index ec79f68..667a2fe 100644 --- a/source/frontend/StarMainInterface.hpp +++ b/source/frontend/StarMainInterface.hpp @@ -100,7 +100,6 @@ public: Vec2F cursorWorldPosition() const; - void toggleDebugDisplay(); bool isDebugDisplayed(); void doChat(String const& chat, bool addToHistory); @@ -112,6 +111,8 @@ public: void queueJoinRequest(pair> request); bool fixedCamera() const; + bool hudVisible() const; + void setHudVisible(bool visible = true); void warpToOrbitedWorld(bool deploy = false); void warpToOwnShip(); @@ -209,7 +210,7 @@ private: QuestIndicatorPainterPtr m_questIndicatorPainter; ChatBubbleManagerPtr m_chatBubbleManager; - bool m_disableHud{false}; + bool m_disableHud = false; String m_lastCommand; -- cgit v1.2.3