mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-10-20 17:19:23 +00:00
Hide expand() implementation into settings.cpp.
This commit is contained in:
parent
74afa9f502
commit
4a0ddb4beb
3 changed files with 25 additions and 17 deletions
|
@ -34,7 +34,7 @@ namespace dinlib {
|
|||
SettingsDB db;
|
||||
};
|
||||
|
||||
bool load_settings ( const std::string& parPath, Settings& parOut );
|
||||
bool load_settings ( const std::string& parPath, Settings& parOut, bool parExpand=true );
|
||||
} //namespace dinlib
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue