aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainMenu.h')
-rw-r--r--src/mainMenu.h2
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);