]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/Folders.h
Trying to add implementations for MacOS and Windows
[lugaru.git] / Source / Utils / Folders.h
index 0343b6c2d4923578a436cae24a7a08b9947270d0..9ed7ae447739c4d1b597e364acb38bd93d0961c9 100644 (file)
@@ -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);
 };