diff options
Diffstat (limited to 'src/npc/gregal.c')
| -rw-r--r-- | src/npc/gregal.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/npc/gregal.c b/src/npc/gregal.c index f081280a..a6706d75 100644 --- a/src/npc/gregal.c +++ b/src/npc/gregal.c @@ -5,9 +5,11 @@ * @brief Gregal NPC */ #include "entity.h" -#include "functions.h" #include "npc.h" #include "script.h" +#include "player.h" +#include "physics.h" +#include "color.h" typedef struct { /*0x00*/ Entity base; |
