summaryrefslogtreecommitdiff
path: root/Menu.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-09-08 18:39:22 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-09-08 18:39:22 +0200
commit786dccd2bc0946d48b8a2758ef2c607678bc8dd9 (patch)
tree47952d77e5646a993671134b50c16f32ebe35b1c /Menu.h
parent72d350a37aa67936361ac8a374472b7e0227da61 (diff)
downloadpocketempires-786dccd2bc0946d48b8a2758ef2c607678bc8dd9.tar.gz
Removed Building and GameStructures modules. Restructured SW for Unit and Player, still a lot TODO
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__