summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-05-02 09:26:33 -0400
committergumi <git@gumi.ca>2020-05-03 11:46:22 -0400
commitd958a36388644a9e58b63da0458f836d198833c8 (patch)
tree31bca949f8fed4901943ff43b0b115cc0ecacfd7 /src/map/script.h
parent06e65c769bbb66045e0d51da6a321a4c4ef1ff42 (diff)
downloadhercules-d958a36388644a9e58b63da0458f836d198833c8.tar.gz
hercules-d958a36388644a9e58b63da0458f836d198833c8.tar.bz2
hercules-d958a36388644a9e58b63da0458f836d198833c8.tar.xz
hercules-d958a36388644a9e58b63da0458f836d198833c8.zip
add a config flag to allow local functions to be public by default
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 044bcdc42..0a6a21f1b 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -584,6 +584,7 @@ enum itemskill_flag {
struct Script_Config {
bool warn_func_mismatch_argtypes;
bool warn_func_mismatch_paramnum;
+ bool functions_private_by_default;
int check_cmdcount;
int check_gotocount;
int input_min_value;