aboutsummaryrefslogtreecommitdiff
path: root/src/mainMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainMenu.h')
-rw-r--r--src/mainMenu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainMenu.h b/src/mainMenu.h
index 10ce855..c8bae78 100644
--- a/src/mainMenu.h
+++ b/src/mainMenu.h
@@ -8,10 +8,11 @@ typedef struct MainMenu {
Texture2D * logoTexture;
Rectangle startButton;
+ Rectangle howToPlayButton;
} MainMenu;
void initMainMenu(Game * game);
void updateMainMenu(Game * game);
-void resizeMainMenu(Game * game);
+void resizeMainMenu(Game * game, MainMenu * mainMenu);
#endif