aboutsummaryrefslogtreecommitdiff
path: root/src/howToPlayScreen.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 02:02:13 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 02:02:13 -0700
commit35ccb272571efd684f050e579092ccb290a39c89 (patch)
treed325a46f1152c3312a5b331953d2d77ce29c75ef /src/howToPlayScreen.h
parentcb14754891d7850564f215bd932c47d74dc233fe (diff)
Added some stuff to help the player
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 8e8ee22..ff083e3 100644
--- a/src/howToPlayScreen.h
+++ b/src/howToPlayScreen.h
@@ -5,6 +5,7 @@
typedef struct HowToPlayScreen {
Rectangle goBackButton;
+ Rectangle infoText;
} HowToPlayScreen;
void initHowToPlayScreen(Game * game);