diff options
Diffstat (limited to 'src/npc/simon.c')
| -rw-r--r-- | src/npc/simon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/npc/simon.c b/src/npc/simon.c index 480897ee..783aeb31 100644 --- a/src/npc/simon.c +++ b/src/npc/simon.c @@ -6,14 +6,14 @@ */ #include "entity.h" #include "flags.h" -#include "functions.h" #include "object.h" +#include "effects.h" #include "room.h" -#include "screen.h" #include "screenTransitions.h" #include "script.h" #include "sound.h" #include "tiles.h" +#include "fade.h" typedef struct { u8 filler[4]; |
