diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-16 17:31:41 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-16 17:31:41 +0000 |
commit | 2a3b0c6057d913d931d5db361b004c89e78d0385 (patch) | |
tree | 89524e8030f126381b4346169919d7cda3287250 /src/mainMenu.h | |
parent | 12b80da7f61df440a6e3252012436fb0baebe073 (diff) | |
download | PenguinYippies-2a3b0c6057d913d931d5db361b004c89e78d0385.tar.gz PenguinYippies-2a3b0c6057d913d931d5db361b004c89e78d0385.tar.bz2 PenguinYippies-2a3b0c6057d913d931d5db361b004c89e78d0385.zip |
Animation working
Diffstat (limited to 'src/mainMenu.h')
-rw-r--r-- | src/mainMenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |