diff options
| author | Xavier Del Campo <xavi.dcr@gmail.com> | 2017-02-04 14:49:08 +0100 |
|---|---|---|
| committer | Xavier Del Campo <xavi.dcr@gmail.com> | 2017-02-04 14:49:08 +0100 |
| commit | 189ecf754d0c8131464bfdff98fb56e7752556b1 (patch) | |
| tree | 89e7d02128bbc7b2d3f5c19a3da14ec14291982a /Source/Menu.h | |
| download | airport-189ecf754d0c8131464bfdff98fb56e7752556b1.tar.gz | |
Initial commit
Diffstat (limited to 'Source/Menu.h')
| -rwxr-xr-x | Source/Menu.h | 29 |
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__ |
