summaryrefslogtreecommitdiffstats
path: root/src/app/system_windows.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-03-27 20:24:05 +0100
committerkrzys-h <krzys_h@interia.pl>2013-03-27 20:24:05 +0100
commit3402219438d3a3e92150d9183de981ddfa803f00 (patch)
tree581b6424e8fffcbe6237292980a9479a6e8d663b /src/app/system_windows.h
parent8f379e5cf12a35ca9a32f34f85f42765c53cba47 (diff)
downloadcolobot-3402219438d3a3e92150d9183de981ddfa803f00.tar.gz
colobot-3402219438d3a3e92150d9183de981ddfa803f00.tar.bz2
colobot-3402219438d3a3e92150d9183de981ddfa803f00.zip
Changed savegame & profile dir on Windows
Diffstat (limited to 'src/app/system_windows.h')
-rw-r--r--src/app/system_windows.h3
1 files changed, 3 insertions, 0 deletions
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);