Win32 move default user folder location to AppData

This commit is contained in:
freiro 2016-11-17 01:33:16 +01:00 committed by freiro
parent fb13bfe693
commit 29bb82cb8e
2 changed files with 24 additions and 0 deletions

View file

@ -154,6 +154,7 @@ std::string GetBundleDirectory();
#ifdef _WIN32
std::string& GetExeDirectory();
std::string& AppDataLocalDirectory();
#endif
size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename);