summaryrefslogtreecommitdiffstats
path: root/src/app/system_macosx.h
diff options
context:
space:
mode:
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 6423320..8ae233c 100644
--- a/src/app/system_macosx.h
+++ b/src/app/system_macosx.h
@@ -28,6 +28,8 @@ class CSystemUtilsMacOSX : public CSystemUtilsOther
public:
virtual void Init() override;
+ virtual std::string GetDataPath() override;
+ virtual std::string GetLangPath() override;
virtual std::string GetSaveDir() override;
private:
std::string m_ASPath;