diff options
Diffstat (limited to 'src/npc/bladeBrothers.c')
| -rw-r--r-- | src/npc/bladeBrothers.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/npc/bladeBrothers.c b/src/npc/bladeBrothers.c index 58a0ed2c..ffdf7c41 100644 --- a/src/npc/bladeBrothers.c +++ b/src/npc/bladeBrothers.c @@ -6,7 +6,7 @@ */ #include "entity.h" #include "flags.h" -#include "functions.h" +#include "physics.h" #include "game.h" #include "item.h" #include "message.h" @@ -15,6 +15,9 @@ #include "room.h" #include "save.h" #include "script.h" +#include "sound.h" +#include "effects.h" +#include "color.h" typedef struct { /*0x00*/ Entity base; |
