diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-07-05 00:44:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-05 00:44:23 +0200 |
commit | c41d322e110988fafedef343c6864bf300019b07 (patch) | |
tree | d5fe98f2ac8c125d771a327244723375e7b2eaa3 /core/project_settings.h | |
parent | c538f2ff8014a3a411c5c3dd66de4ead6d341035 (diff) | |
parent | 4cd69e91fc096668e2000a06f6fc9ee673516cec (diff) |
Merge pull request #19183 from Nallebeorn/rename-main-scene
Update resource file project settings after renaming/moving the files
Diffstat (limited to 'core/project_settings.h')
-rw-r--r-- | core/project_settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/project_settings.h b/core/project_settings.h index b01e7855aa..66f3ed954e 100644 --- a/core/project_settings.h +++ b/core/project_settings.h @@ -137,6 +137,7 @@ public: Error save_custom(const String &p_path = "", const CustomMap &p_custom = CustomMap(), const Vector<String> &p_custom_features = Vector<String>(), bool p_merge_with_current = true); Error save(); void set_custom_property_info(const String &p_prop, const PropertyInfo &p_info); + const Map<StringName, PropertyInfo> &get_custom_property_info() const; Vector<String> get_optimizer_presets() const; |