| 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::wstring GetAppDataPath(); | 6 std::wstring GetAppDataPath(); |
| 7 | 7 |
| 8 #endif // UTILS_H | 8 #endif // UTILS_H |
| OLD | NEW |