Proper screen switching

This commit is contained in:
2024-01-02 12:28:09 +01:00
parent b48c353c14
commit ef274d93fd
2 changed files with 65 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
typedef enum GameScreen {
SCREEN_GAME,
SCREEN_PAUSE_MENU,
SCREEN_MAIN_MENU,
SCREEN_SETTINGS,
} GameScreen;