summaryrefslogtreecommitdiffstats
path: root/src/app/system.h
diff options
context:
space:
mode:
authorDidier 'OdyX' Raboud <didier@raboud.com>2013-10-31 11:29:52 +0100
committerDidier 'OdyX' Raboud <didier@raboud.com>2013-11-13 09:35:32 +0100
commitb32f87bac7cde826db2502422b0696c0d08f0822 (patch)
treee382e6584cf2925eb4a201deb5942a9b655790b7 /src/app/system.h
parent93727a3fdf543d5699f676772e32311fe8383254 (diff)
downloadcolobot-b32f87bac7cde826db2502422b0696c0d08f0822.tar.gz
colobot-b32f87bac7cde826db2502422b0696c0d08f0822.tar.bz2
colobot-b32f87bac7cde826db2502422b0696c0d08f0822.zip
Abstract the definition of LangPath to CSystemUtils
Diffstat (limited to 'src/app/system.h')
-rw-r--r--src/app/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/system.h b/src/app/system.h
index c357bff..c2125fe 100644
--- a/src/app/system.h
+++ b/src/app/system.h
@@ -133,6 +133,9 @@ public:
//! Returns the data path (containing textures, levels, helpfiles, etc)
virtual std::string GetDataPath();
+ //! Returns the translations path
+ virtual std::string GetLangPath();
+
//! Returns the profile (colobot.ini) file location
virtual std::string GetProfileFileLocation();