diff options
Diffstat (limited to 'src/title.c')
| -rw-r--r-- | src/title.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/title.c b/src/title.c index 238e11d1..3130a234 100644 --- a/src/title.c +++ b/src/title.c @@ -11,12 +11,17 @@ #include "common.h" #include "screen.h" #include "object.h" +#include "room.h" +#include "player.h" #include "message.h" -#include "functions.h" #include "save.h" -#include "area.h" -#include "item.h" #include "game.h" +#include "affine.h" +#include "fade.h" +#ifdef DEMO_JP +#include "item.h" +#include "flags.h" +#endif typedef struct { u8 filler0[0x4]; |
