Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarMainInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarMainInterface.hpp')
-rw-r--r--source/frontend/StarMainInterface.hpp5
1 files changed, 3 insertions, 2 deletions
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<String, RpcPromiseKeeper<P2PJoinRequestReply>> 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;