diff options
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); |