diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 3835a130b..5ce77799a 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -694,6 +694,8 @@ struct script_interface { /* */ void (*generic_ui_array_expand) (unsigned int plus); unsigned int *(*array_cpy_list) (struct script_array *sa); + /* */ + void (*hardcoded_constants) (void); }; struct script_interface *script; |