diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 02:02:13 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 02:02:13 -0700 |
commit | 35ccb272571efd684f050e579092ccb290a39c89 (patch) | |
tree | d325a46f1152c3312a5b331953d2d77ce29c75ef /src/howToPlayScreen.h | |
parent | cb14754891d7850564f215bd932c47d74dc233fe (diff) |
Added some stuff to help the player
Diffstat (limited to 'src/howToPlayScreen.h')
-rw-r--r-- | src/howToPlayScreen.h | 1 |
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); |