diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 47de38c5c..d94348e43 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -83,6 +83,7 @@ int script_config_read(char *cfgName); void script_free_stack(struct script_stack*);
int do_init_script(void);
int do_final_script(void);
+int add_str(const unsigned char *p);
int script_reload(void);
extern char mapreg_txt[];
|