summaryrefslogtreecommitdiff
path: root/src/settings_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_internal.h')
-rw-r--r--src/settings_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_internal.h b/src/settings_internal.h
index a6953e36d..851496c96 100644
--- a/src/settings_internal.h
+++ b/src/settings_internal.h
@@ -83,6 +83,8 @@ enum SettingType {
ST_GAME, ///< Game setting.
ST_COMPANY, ///< Company setting.
ST_CLIENT, ///< Client setting.
+
+ ST_ALL, ///< Used in setting filter to match all types.
};
typedef bool OnChange(int32 var); ///< callback prototype on data modification