aboutsummaryrefslogtreecommitdiff
path: root/core/project_settings.h
diff options
context:
space:
mode:
authorBastiaanOlij2017-10-10 23:45:54 +1100
committerBastiaanOlij2017-10-10 23:45:54 +1100
commite9c606fd296052aed9eee2c79cf9c6dc6d337eaa (patch)
tree65626329c562331cdc2d20d4825f6a5fc91784c2 /core/project_settings.h
parent18d3ba0c50ac073a4588388a6bdc71cfee44ea1f (diff)
downloadgodot-e9c606fd296052aed9eee2c79cf9c6dc6d337eaa.tar.gz
godot-e9c606fd296052aed9eee2c79cf9c6dc6d337eaa.tar.zst
godot-e9c606fd296052aed9eee2c79cf9c6dc6d337eaa.zip
Diffstat (limited to 'core/project_settings.h')
-rw-r--r--core/project_settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/project_settings.h b/core/project_settings.h
index ea6034dc8..f75cad815 100644
--- a/core/project_settings.h
+++ b/core/project_settings.h
@@ -139,7 +139,7 @@ public:
void set_order(const String &p_name, int p_order);
void set_builtin_order(const String &p_name);
- Error setup(const String &p_path, const String &p_main_pack);
+ Error setup(const String &p_path, const String &p_main_pack, bool p_upwards = false);
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();