aboutsummaryrefslogtreecommitdiff
path: root/src/howToPlayScreen.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 01:25:27 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 01:25:27 -0700
commitcb14754891d7850564f215bd932c47d74dc233fe (patch)
tree7c9d21e3a5ec11dfd40ee22b2f62ec28e988fabe /src/howToPlayScreen.h
parentfd0c7d4a5a23f6e8bfbafbed7d9bde319607451d (diff)
Back button added
Diffstat (limited to 'src/howToPlayScreen.h')
-rw-r--r--src/howToPlayScreen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/howToPlayScreen.h b/src/howToPlayScreen.h
index 86b720d..8e8ee22 100644
--- a/src/howToPlayScreen.h
+++ b/src/howToPlayScreen.h
@@ -4,6 +4,7 @@
#define HOW_TO_PLAY_SCREEN_H
typedef struct HowToPlayScreen {
+ Rectangle goBackButton;
} HowToPlayScreen;
void initHowToPlayScreen(Game * game);