diff options
Diffstat (limited to 'src/npc/talon.c')
| -rw-r--r-- | src/npc/talon.c | 5 |
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; |
