diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-11-26 14:07:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-26 14:07:43 -0800 |
commit | a0b30189e5749d0bde91b09a3b64a716a2823e98 (patch) | |
tree | da987dac8a7775d7f623194aa50e73dfbf2903e6 /src/common/file_util.h | |
parent | b230913c2bd52aae69c536b7e8e9868132468d69 (diff) | |
parent | 593ec7fa74cf01819b0e3e29ddd3b1d3ba339090 (diff) |
Merge pull request #2185 from freiro/local_folder
Change "user" folder default location to AppData/Roaming/ on Windows systems
Diffstat (limited to 'src/common/file_util.h')
-rw-r--r-- | src/common/file_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index 204b06f14..ac58607c5 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -154,6 +154,7 @@ std::string GetBundleDirectory(); #ifdef _WIN32 std::string& GetExeDirectory(); +std::string AppDataRoamingDirectory(); #endif size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename); |