1
0
Fork 0
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:
King_DuckZ 2015-12-12 20:02:42 +00:00
commit 4a0ddb4beb
3 changed files with 25 additions and 17 deletions

View file

@ -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