summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/script.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c
index f55a108cf..90723cc60 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -3563,6 +3563,8 @@ int buildin_getvariableofnpc(struct script_state *st);
int buildin_warpportal(struct script_state *st);
// <-- [blackhole89]
int buildin_homunculus_evolution(struct script_state *st) ; //[orn]
+int buildin_eaclass(struct script_state *st);
+int buildin_roclass(struct script_state *st);
int buildin_setitemscript(struct script_state *st);
int buildin_disguise(struct script_state *st);
int buildin_undisguise(struct script_state *st);