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

Add Items window

This commit is contained in:
2021-05-27 10:26:13 -04:00
parent 7536e0dcef
commit 4e804d0bc2
6 changed files with 197 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ private:
bool m_showInspectWindow = false;
bool m_showDemoWindow = false;
bool m_showAboutWindow = false;
bool m_showItemsWindow = false;
bool m_paused = false;
bool m_stepFrame = false;
@@ -86,5 +87,6 @@ private:
void UpdateEntityEntries();
void ShowAboutWindow();
void ShowDebugOverlay();
void ShowItemsWindow();
};
} // namespace metaforce