diff options
Diffstat (limited to 'src/npc/gentari.c')
| -rw-r--r-- | src/npc/gentari.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/npc/gentari.c b/src/npc/gentari.c index 968f71fc..91bd3d43 100644 --- a/src/npc/gentari.c +++ b/src/npc/gentari.c @@ -6,6 +6,9 @@ */ #include "entity.h" #include "npc.h" +#include "script.h" +#include "player.h" +#include "physics.h" typedef struct { /*0x00*/ Entity base; |
