summaryrefslogtreecommitdiff
path: root/Menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'Menu.h')
-rw-r--r--Menu.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/Menu.h b/Menu.h
index ef29f4e..35c8108 100644
--- a/Menu.h
+++ b/Menu.h
@@ -4,15 +4,13 @@
/* **************************************
* Includes *
* **************************************/
-
+
#include "Global_Inc.h"
-#include "Player.h"
-#include "Gameplay.h"
/* **************************************
* Global prototypes *
* **************************************/
-
+
void MainMenu(void);
-
+
#endif // __MENU_HEADER__