diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-09 02:23:05 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-09 02:23:05 -0600 |
commit | 23be929353d4583edbd8621cd755f8a636c3fd90 (patch) | |
tree | 36d7502dbe628502eb7708c4617d1931420c8a66 /src/gameScreen.h | |
parent | 708072e716e7ab22a37f528311a433f195f75054 (diff) |
soldato asset added
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index 8c3de89..5876e91 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -9,4 +9,9 @@ typedef struct GameScreen { void updateGameScreen(Game * game); +void openGameScreen(Game * game); + +// Call before setting screen when in game screen +void closeGameScreen(Game * game); + #endif |