From 2a3b0c6057d913d931d5db361b004c89e78d0385 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Fri, 16 Feb 2024 10:31:41 -0700 Subject: Animation 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 c8b9fb3..f2722a3 100644 --- a/src/mainMenu.h +++ b/src/mainMenu.h @@ -1,9 +1,11 @@ #include "gameCommon.h" +#include "animation.h" #ifndef MAIN_MENU_H #define MAIN_MENU_H typedef struct MainMenu { + Animation startButtonAnimation; } MainMenu; void initMainMenu(MainMenu* mainMenu, Game* game); -- cgit v1.2.3