doesnt quite work yet

This commit is contained in:
SimoZ64
2025-05-19 07:01:26 +02:00
parent 6cf2e7ab70
commit be711bf5b3
4 changed files with 123 additions and 2 deletions

View File

@@ -28,4 +28,5 @@ private:
std::function<void()> emuExitFunc;
gui::PopupWindow about{"About Kaizen"};
gui::StatusBar statusBar{};
void InitImGui();
};