From 8700a329d07bae49228f10b50999a161a235d140 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sun, 6 Aug 2017 04:17:09 +0200 Subject: * 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. --- Source/Menu.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Source/Menu.c') diff --git a/Source/Menu.c b/Source/Menu.c index d07e06a..a2350da 100644 --- a/Source/Menu.c +++ b/Source/Menu.c @@ -3,6 +3,18 @@ * *************************************/ #include "Menu.h" +#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" +#include "Serial.h" +#include "Pad.h" /* ************************************** * Defines * -- cgit v1.2.3