summaryrefslogtreecommitdiffstats
path: root/src/app/system_macosx.h
diff options
context:
space:
mode:
authorDidier 'OdyX' Raboud <didier@raboud.com>2013-10-31 10:35:43 +0100
committerDidier 'OdyX' Raboud <didier@raboud.com>2013-11-13 09:35:32 +0100
commite78d2cce18b50ed86933d05ac5bccdf4ef13d6e3 (patch)
tree6492888cf316514449ec08e4f1b004777eec541d /src/app/system_macosx.h
parent17ad3e5a906c59e8d108b75a6d51cc7528dfa44d (diff)
downloadcolobot-e78d2cce18b50ed86933d05ac5bccdf4ef13d6e3.tar.gz
colobot-e78d2cce18b50ed86933d05ac5bccdf4ef13d6e3.tar.bz2
colobot-e78d2cce18b50ed86933d05ac5bccdf4ef13d6e3.zip
On MacOSX, define the DataPath as being the Resources path in the bundle
Diffstat (limited to 'src/app/system_macosx.h')
-rw-r--r--src/app/system_macosx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/system_macosx.h b/src/app/system_macosx.h
index a5c1150..c2b9a41 100644
--- a/src/app/system_macosx.h
+++ b/src/app/system_macosx.h
@@ -28,6 +28,7 @@ class CSystemUtilsMacOSX : public CSystemUtilsOther
public:
virtual void Init() override;
+ virtual std::string GetDataPath() override;
virtual std::string GetProfileFileLocation() override;
virtual std::string GetSavegameDirectoryLocation() override;
private: