This commit is contained in:
2026-05-13 07:58:59 +02:00
parent d9769bdbbb
commit 892d8f22eb
18 changed files with 242 additions and 77 deletions

View File

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