summaryrefslogtreecommitdiffstats
path: root/src/app/system_macosx.h
diff options
context:
space:
mode:
authorDidier 'OdyX' Raboud <didier@raboud.com>2013-11-08 10:41:50 +0100
committerDidier 'OdyX' Raboud <didier@raboud.com>2013-11-13 09:35:32 +0100
commitaeefdbd1bed4d0670b1e860e900eebb9d70b3543 (patch)
treebce47b28fbe4d47d10399e821a6b990932ab25b4 /src/app/system_macosx.h
parentb32f87bac7cde826db2502422b0696c0d08f0822 (diff)
downloadcolobot-aeefdbd1bed4d0670b1e860e900eebb9d70b3543.tar.gz
colobot-aeefdbd1bed4d0670b1e860e900eebb9d70b3543.tar.bz2
colobot-aeefdbd1bed4d0670b1e860e900eebb9d70b3543.zip
On MacOSX, define the LangPath as being i18n in the Resources path of the bundle
Diffstat (limited to 'src/app/system_macosx.h')
-rw-r--r--src/app/system_macosx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/system_macosx.h b/src/app/system_macosx.h
index c2b9a41..b6a044b 100644
--- a/src/app/system_macosx.h
+++ b/src/app/system_macosx.h
@@ -29,9 +29,11 @@ public:
virtual void Init() override;
virtual std::string GetDataPath() override;
+ virtual std::string GetLangPath() override;
virtual std::string GetProfileFileLocation() override;
virtual std::string GetSavegameDirectoryLocation() override;
private:
std::string m_ASPath;
+ std::string m_dataPath;
};