From 6c63c3d327cf3b494309db82bdd4489b59d3d247 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Tue, 20 Feb 2024 19:57:18 -0700 Subject: Button thingy working --- src/mainMenu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainMenu.h') diff --git a/src/mainMenu.h b/src/mainMenu.h index f2722a3..1396183 100644 --- a/src/mainMenu.h +++ b/src/mainMenu.h @@ -1,11 +1,13 @@ #include "gameCommon.h" #include "animation.h" +#include "ui.h" #ifndef MAIN_MENU_H #define MAIN_MENU_H typedef struct MainMenu { Animation startButtonAnimation; + TexturedButton startButton; } MainMenu; void initMainMenu(MainMenu* mainMenu, Game* game); -- cgit v1.2.3