summaryrefslogtreecommitdiff
path: root/core/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/globals.h')
-rw-r--r--core/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/globals.h b/core/globals.h
index b8dc3f9367..580fd0fecd 100644
--- a/core/globals.h
+++ b/core/globals.h
@@ -110,7 +110,7 @@ public:
int get_order(const String& p_name) const;
void set_order(const String& p_name, int p_order);
- Error setup(const String& p_path);
+ Error setup(const String& p_path, const String &p_main_pack);
Error save_custom(const String& p_path="",const CustomMap& p_custom=CustomMap(),const Set<String>& p_ignore_masks=Set<String>());
Error save();