summaryrefslogtreecommitdiff
path: root/src/common/file_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/file_util.h')
-rw-r--r--src/common/file_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h
index 4c5ab676e..ac58607c5 100644
--- a/src/common/file_util.h
+++ b/src/common/file_util.h
@@ -154,7 +154,7 @@ std::string GetBundleDirectory();
154 154
155#ifdef _WIN32 155#ifdef _WIN32
156std::string& GetExeDirectory(); 156std::string& GetExeDirectory();
157std::string AppDataLocalDirectory(); 157std::string AppDataRoamingDirectory();
158#endif 158#endif
159 159
160size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename); 160size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename);