summaryrefslogtreecommitdiff
path: root/src/npc/talon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/talon.c')
-rw-r--r--src/npc/talon.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/npc/talon.c b/src/npc/talon.c
index ddcd1977..c0558722 100644
--- a/src/npc/talon.c
+++ b/src/npc/talon.c
@@ -4,9 +4,12 @@
*
* @brief Talon NPC
*/
-#include "functions.h"
+#include "physics.h"
#include "item.h"
#include "npc.h"
+#include "script.h"
+#include "message.h"
+#include "asm.h"
typedef struct {
/*0x00*/ Entity base;