From b32f87bac7cde826db2502422b0696c0d08f0822 Mon Sep 17 00:00:00 2001 From: Didier 'OdyX' Raboud Date: Thu, 31 Oct 2013 11:29:52 +0100 Subject: Abstract the definition of LangPath to CSystemUtils --- src/app/system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/app/system.h') 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(); -- cgit v1.2.3-1-g7c22