specify application name

This commit is contained in:
orignal 2014-11-17 15:28:52 -05:00
parent 439b8798c9
commit 2988395b81
3 changed files with 21 additions and 6 deletions

3
util.h
View file

@ -25,6 +25,9 @@ namespace util
namespace filesystem
{
void SetAppName (const std::string& name);
std::string GetAppName ();
const boost::filesystem::path &GetDataDir();
std::string GetFullPath (const std::string& filename);
boost::filesystem::path GetDefaultDataDir();