Index: src/shared/Utils.h |
=================================================================== |
--- a/src/shared/Utils.h |
+++ b/src/shared/Utils.h |
@@ -1,8 +1,9 @@ |
#ifndef UTILS_H |
#define UTILS_H |
#include <string> |
+std::string ToUtf8String(std::wstring str); |
std::wstring GetAppDataPath(); |
#endif // UTILS_H |