X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FUtils%2FFolders.h;h=9ed7ae447739c4d1b597e364acb38bd93d0961c9;hb=11ff9aec2c3206a5b9df5bf8815051458628c45a;hp=0343b6c2d4923578a436cae24a7a08b9947270d0;hpb=c46fa74abc1cd0a50799d979049631abc8b28d00;p=lugaru.git diff --git a/Source/Utils/Folders.h b/Source/Utils/Folders.h index 0343b6c..9ed7ae4 100644 --- a/Source/Utils/Folders.h +++ b/Source/Utils/Folders.h @@ -45,6 +45,7 @@ public: static std::string getConfigFilePath(); private: + static const char* getHomeDirectory(); static std::string getGenericDirectory(const char* ENVVAR, const std::string fallback); static bool makeDirectory(std::string path); };