imguiManager

remove fullscreen + add speed slider
This commit is contained in:
2024-03-22 17:42:01 +01:00
parent a6ea730dc3
commit fffaa8b048
9 changed files with 21 additions and 100 deletions

View File

@@ -16,7 +16,6 @@ public:
bool Initialize();
void Shutdown();
void Run();
void SetScreen(bool fullscreen);
LRESULT CALLBACK MessageHandler(HWND, UINT, WPARAM, LPARAM);