2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 12:27:43 +00:00

Add developer menu hint on startup

This commit is contained in:
2021-05-31 11:03:41 -04:00
parent 1a1c008239
commit b55e56b8a6
3 changed files with 42 additions and 3 deletions

View File

@@ -88,6 +88,7 @@ private:
const void* m_currentRoom = nullptr;
double m_lastRoomTime = 0.f;
double m_currentRoomStart = 0.f;
float m_menuHintTime = 5.f;
void ShowAppMainMenuBar(bool canInspect);
void ShowMenuGame();
@@ -99,5 +100,6 @@ private:
void ShowItemsWindow();
void ShowLayersWindow();
void ShowConsoleVariablesWindow();
void ShowMenuHint();
};
} // namespace metaforce