summaryrefslogtreecommitdiffstats
path: root/src/app/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/system.cpp')
-rw-r--r--src/app/system.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/system.cpp b/src/app/system.cpp
index ce69469..90b7d20 100644
--- a/src/app/system.cpp
+++ b/src/app/system.cpp
@@ -192,6 +192,11 @@ float CSystemUtils::TimeStampDiff(SystemTimeStamp *before, SystemTimeStamp *afte
return result;
}
+std::string CSystemUtils::GetDataPath()
+{
+ return std::string(COLOBOT_DEFAULT_DATADIR);
+}
+
std::string CSystemUtils::GetProfileFileLocation()
{
return std::string("colobot.ini");