summaryrefslogtreecommitdiffstats
path: root/src/app/system.h
diff options
context:
space:
mode:
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();