diff options
Diffstat (limited to 'core/globals.h')
| -rw-r--r-- | core/globals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/globals.h b/core/globals.h index 2ec56966f..25c7f96be 100644 --- a/core/globals.h +++ b/core/globals.h @@ -70,6 +70,7 @@ protected: Map<StringName,PropertyInfo> custom_prop_info; bool disable_platform_override; bool using_datapack; + List<String> input_presets; bool _set(const StringName& p_name, const Variant& p_value); @@ -124,6 +125,8 @@ public: Vector<String> get_optimizer_presets() const; + List<String> get_input_presets() const { return input_presets; } + void set_disable_platform_override(bool p_disable); Object* get_singleton_object(const String& p_name) const; |
