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 d22a519..c357bff 100644
--- a/src/app/system.h
+++ b/src/app/system.h
@@ -130,6 +130,9 @@ public:
/** The difference is \a after - \a before. */
virtual long long TimeStampExactDiff(SystemTimeStamp *before, SystemTimeStamp *after) = 0;
+ //! Returns the data path (containing textures, levels, helpfiles, etc)
+ virtual std::string GetDataPath();
+
//! Returns the profile (colobot.ini) file location
virtual std::string GetProfileFileLocation();