summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index eed4c20c8..41c686660 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -187,4 +187,7 @@ int add_str(const char* p);
const char* get_str(int id);
int script_reload(void);
+// @commands (script based)
+void setd_sub(struct script_state *st, TBL_PC *sd, const char *varname, int elem, void *value, struct DBMap **ref);
+
#endif /* _SCRIPT_H_ */