summaryrefslogtreecommitdiff
path: root/Menu.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-03-07 20:57:09 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2017-03-07 20:57:09 +0100
commit8ec41b4410aba535008daf991ea59a8740951d44 (patch)
tree01ee0846f579d9d139ee46a6a43f67ba522c7196 /Menu.h
downloadpocketempires-8ec41b4410aba535008daf991ea59a8740951d44.tar.gz
+ Initial commit. Added source, sprites and final executable.
Diffstat (limited to 'Menu.h')
-rw-r--r--Menu.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/Menu.h b/Menu.h
new file mode 100644
index 0000000..ef29f4e
--- /dev/null
+++ b/Menu.h
@@ -0,0 +1,18 @@
+#ifndef __MENU_HEADER__
+#define __MENU_HEADER__
+
+/* **************************************
+ * Includes *
+ * **************************************/
+
+#include "Global_Inc.h"
+#include "Player.h"
+#include "Gameplay.h"
+
+/* **************************************
+ * Global prototypes *
+ * **************************************/
+
+void MainMenu(void);
+
+#endif // __MENU_HEADER__