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