aboutsummaryrefslogtreecommitdiff
path: root/Source/Menu.h
diff options
context:
space:
mode:
authorXavier Del Campo <xavi.dcr@gmail.com>2017-02-04 14:49:08 +0100
committerXavier Del Campo <xavi.dcr@gmail.com>2017-02-04 14:49:08 +0100
commit189ecf754d0c8131464bfdff98fb56e7752556b1 (patch)
tree89e7d02128bbc7b2d3f5c19a3da14ec14291982a /Source/Menu.h
downloadairport-189ecf754d0c8131464bfdff98fb56e7752556b1.tar.gz
Initial commit
Diffstat (limited to 'Source/Menu.h')
-rwxr-xr-xSource/Menu.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/Source/Menu.h b/Source/Menu.h
new file mode 100755
index 0000000..d8ea301
--- /dev/null
+++ b/Source/Menu.h
@@ -0,0 +1,29 @@
+#ifndef __MENU_HEADER__
+#define __MENU_HEADER__
+
+/* *************************************
+ * Includes
+ * *************************************/
+
+#include "Global_Inc.h"
+#include "System.h"
+#include "Gfx.h"
+#include "Sfx.h"
+#include "MainMenuBtnAni.h"
+#include "LoadMenu.h"
+#include "Game.h"
+#include "EndAnimation.h"
+#include "PSXSDKIntro.h"
+#include "MemCard.h"
+
+/* *************************************
+ * Defines
+ * *************************************/
+
+/* *************************************
+ * Global prototypes
+ * *************************************/
+
+void MainMenu(void);
+
+#endif //__MENU_HEADER__