This commit is contained in:
2026-05-13 08:06:15 +02:00
parent 892d8f22eb
commit 8ff3e29374
3 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,6 @@ namespace Game {
using clock = std::chrono::steady_clock;
enum class GameStateEnum {
MENU,
RUNNING,
PAUSED,
STOPPED