diff options
Diffstat (limited to 'src/npc/festari.c')
| -rw-r--r-- | src/npc/festari.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/npc/festari.c b/src/npc/festari.c index 8a13f80a..992d514c 100644 --- a/src/npc/festari.c +++ b/src/npc/festari.c @@ -5,8 +5,10 @@ * @brief Festari NPC */ #include "entity.h" -#include "functions.h" #include "npc.h" +#include "script.h" +#include "player.h" +#include "physics.h" typedef struct { /*0x00*/ Entity base; |
