summaryrefslogtreecommitdiffstats
path: root/src/app/system_linux.h
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-03-27 10:28:06 +0100
committerDidier Raboud <odyx@debian.org>2013-03-27 10:29:58 +0100
commit4c1a7057bbd24b4a57ba1ebfc72813d2f605479f (patch)
treef47c550647850193324d912c85c596149b2955b4 /src/app/system_linux.h
parent991dbd1e37366b43b790740beb2fef755c56dcba (diff)
downloadcolobot-4c1a7057bbd24b4a57ba1ebfc72813d2f605479f.tar.gz
colobot-4c1a7057bbd24b4a57ba1ebfc72813d2f605479f.tar.bz2
colobot-4c1a7057bbd24b4a57ba1ebfc72813d2f605479f.zip
Add Linux-specific savegame and profile settings according to the XDG Base Directory Specification
http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
Diffstat (limited to 'src/app/system_linux.h')
-rw-r--r--src/app/system_linux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/system_linux.h b/src/app/system_linux.h
index ba0d8cd..a9a5a52 100644
--- a/src/app/system_linux.h
+++ b/src/app/system_linux.h
@@ -46,6 +46,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:
bool m_zenityAvailable;
};