Custom datadir + cleanup

This commit is contained in:
Meeh 2014-02-01 04:51:58 +01:00
parent 56f1f627ef
commit 2fd31c6c8d
3 changed files with 19 additions and 20 deletions

1
util.h
View file

@ -22,6 +22,7 @@ namespace util
namespace filesystem
{
const boost::filesystem::path &GetDataDir();
boost::filesystem::path GetDefaultDataDir();
boost::filesystem::path GetConfigFile();
void ReadConfigFile(std::map<std::string, std::string>& mapSettingsRet,