From 3402219438d3a3e92150d9183de981ddfa803f00 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Wed, 27 Mar 2013 20:24:05 +0100 Subject: Changed savegame & profile dir on Windows --- src/app/system_windows.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/app/system_windows.h') diff --git a/src/app/system_windows.h b/src/app/system_windows.h index e367b92..88e7507 100644 --- a/src/app/system_windows.h +++ b/src/app/system_windows.h @@ -44,6 +44,9 @@ public: virtual long long GetTimeStampExactResolution() override; virtual long long TimeStampExactDiff(SystemTimeStamp *before, SystemTimeStamp *after) override; + virtual std::string profileFileLocation() override; + virtual std::string savegameDirectoryLocation() override; + private: std::string UTF8_Encode(const std::wstring &wstr); std::wstring UTF8_Decode(const std::string &str); -- cgit v1.2.3-1-g7c22