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

Add imgui layer editor

This commit is contained in:
Henrique Gemignani Passos Lima
2021-05-27 23:55:30 +03:00
committed by Luke Street
parent 5167a33605
commit 75e84a467b
4 changed files with 66 additions and 14 deletions

View File

@@ -51,6 +51,7 @@ private:
bool m_showDemoWindow = false;
bool m_showAboutWindow = false;
bool m_showItemsWindow = false;
bool m_showLayersWindow = false;
bool m_paused = false;
bool m_stepFrame = false;
@@ -83,5 +84,6 @@ private:
void ShowAboutWindow();
void ShowDebugOverlay();
void ShowItemsWindow();
void ShowLayersWindow();
};
} // namespace metaforce