aboutsummaryrefslogtreecommitdiff
path: root/src/screens/mainMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/mainMenu.h')
-rw-r--r--src/screens/mainMenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/mainMenu.h b/src/screens/mainMenu.h
index c8bae78..0536e45 100644
--- a/src/screens/mainMenu.h
+++ b/src/screens/mainMenu.h
@@ -9,6 +9,7 @@ typedef struct MainMenu {
Rectangle startButton;
Rectangle howToPlayButton;
+ Rectangle infoButton;
} MainMenu;
void initMainMenu(Game * game);