diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 79822031c..fd329116e 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -25,6 +25,9 @@ extern struct Script_Config { const char *loadmap_event_name; const char *baselvup_event_name; const char *joblvup_event_name; + + char ontouch_name[NAME_LENGTH]; + char ontouch2_name[NAME_LENGTH]; } script_config; typedef enum c_op { |