summaryrefslogtreecommitdiff
path: root/src/npc/gregal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/gregal.c')
-rw-r--r--src/npc/gregal.c4
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;