aboutsummaryrefslogtreecommitdiff
path: root/src/gameScreen.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-09 02:23:05 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-09 02:23:05 -0600
commit23be929353d4583edbd8621cd755f8a636c3fd90 (patch)
tree36d7502dbe628502eb7708c4617d1931420c8a66 /src/gameScreen.h
parent708072e716e7ab22a37f528311a433f195f75054 (diff)
soldato asset added
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r--src/gameScreen.h5
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