Left: | ||
Right: |
OLD | NEW |
---|---|
1 #ifndef UTILS_H | 1 #ifndef UTILS_H |
2 #define UTILS_H | 2 #define UTILS_H |
3 | 3 |
4 #include <string> | 4 #include <string> |
5 | 5 |
6 std::string ToUtf8String(std::wstring str); | |
6 std::wstring GetAppDataPath(); | 7 std::wstring GetAppDataPath(); |
7 | 8 |
8 #endif // UTILS_H | 9 #endif // UTILS_H |
OLD | NEW |