mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Read settings.cfg from all active config dirs
This commit is contained in:
parent
5ca56a4f8a
commit
1bcc4a8bcc
6 changed files with 28 additions and 17 deletions
|
@ -26,7 +26,7 @@ namespace Settings
|
|||
void clear();
|
||||
///< clears all settings and default settings
|
||||
|
||||
void loadDefault (const std::string& file);
|
||||
void loadDefault (const std::string& file, bool overrideExisting = false);
|
||||
///< load file as the default settings (can be overridden by user settings)
|
||||
|
||||
void loadUser (const std::string& file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue