diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 12:37:18 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 12:37:18 -0700 |
commit | 0be4fca7d5d05fe3cb161ed92218277f4af739e0 (patch) | |
tree | 1f2ddf753176698082433827bb47365671a476e6 /src/screens/mainMenu.h | |
parent | ad66d7ade0528829a48ac4426d952ec882ef4329 (diff) |
Some info screen stuff
Diffstat (limited to 'src/screens/mainMenu.h')
-rw-r--r-- | src/screens/mainMenu.h | 1 |
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); |