aboutsummaryrefslogtreecommitdiff
path: root/Source/LoadMenu.c
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-08-06 04:17:09 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-08-06 04:17:09 +0200
commit8700a329d07bae49228f10b50999a161a235d140 (patch)
tree020e41f757b7081114683da6ebb5505eb4ffc311 /Source/LoadMenu.c
parent153f078ec20cc442dd4dbe802dbd5fcb1748fcca (diff)
downloadairport-8700a329d07bae49228f10b50999a161a235d140.tar.gz
* Include directives are now moved to .c instead of .h, as it should really be...
* Makefile now rebuilds needed targets on modified header files. * Some more work on GameEmergencyMode(). * Initial work on PSX mouse auto detection. * Prototypes for RCNT2 I_MASK bit handling.
Diffstat (limited to 'Source/LoadMenu.c')
-rw-r--r--Source/LoadMenu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/LoadMenu.c b/Source/LoadMenu.c
index 4cd5ae7..0c9bbb1 100644
--- a/Source/LoadMenu.c
+++ b/Source/LoadMenu.c
@@ -3,6 +3,11 @@
* *************************************/
#include "LoadMenu.h"
+#include "Gfx.h"
+#include "System.h"
+#include "PltParser.h"
+#include "Font.h"
+#include "Sfx.h"
/* **************************************
* Defines *