summaryrefslogtreecommitdiff
path: root/src/object/windcrest.c
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2021-02-19 10:33:19 +0100
committerHenny022p <info@henny022.de>2021-02-19 10:33:19 +0100
commitb2a06931667217640c1df4ff71e41d4d065c66a2 (patch)
tree9a951d4127c2e0883aa338503551de129d307398 /src/object/windcrest.c
parent39f682b74db1bffe8afa72397b70482821e75215 (diff)
moved script related functions from functions.h to script.h
Diffstat (limited to 'src/object/windcrest.c')
-rw-r--r--src/object/windcrest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/windcrest.c b/src/object/windcrest.c
index 4b96f901..a4c4049d 100644
--- a/src/object/windcrest.c
+++ b/src/object/windcrest.c
@@ -2,6 +2,7 @@
#include "entity.h"
#include "functions.h"
#include "save.h"
+#include "script.h"
extern void sub_0807DD64(Entity*);
extern void sub_0807DDE4(Entity*);