summaryrefslogtreecommitdiff
path: root/src/npc/melari.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/melari.c')
-rw-r--r--src/npc/melari.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/npc/melari.c b/src/npc/melari.c
index 30c08445..e8d10481 100644
--- a/src/npc/melari.c
+++ b/src/npc/melari.c
@@ -6,6 +6,12 @@
*/
#include "item.h"
#include "npc.h"
+#include "physics.h"
+#include "effects.h"
+#include "sound.h"
+#include "script.h"
+#include "message.h"
+#include "asm.h"
typedef struct {
/*0x00*/ Entity base;