aboutsummaryrefslogtreecommitdiff
path: root/src/mainMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainMenu.h')
-rw-r--r--src/mainMenu.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainMenu.h b/src/mainMenu.h
new file mode 100644
index 0000000..7dd5036
--- /dev/null
+++ b/src/mainMenu.h
@@ -0,0 +1,11 @@
+#include "gameCommon.h"
+
+#ifndef MAIN_MENU_H
+#define MAIN_MENU_H
+
+typedef struct MainMenu {
+} MainMenu;
+
+void updateMainMenu(Game * game);
+
+#endif