From fd0c7d4a5a23f6e8bfbafbed7d9bde319607451d Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Fri, 22 Dec 2023 01:08:20 -0700 Subject: Started working on the how to play screen --- src/mainMenu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainMenu.h') 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 -- cgit v1.2.3