Made directory scan optional

This commit is contained in:
BastiaanOlij
2017-10-10 23:45:54 +11:00
parent 18d3ba0c50
commit e9c606fd29
3 changed files with 15 additions and 46 deletions

View File

@ -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();