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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/system.h b/src/app/system.h
index 5177815..4b4440f 100644
--- a/src/app/system.h
+++ b/src/app/system.h
@@ -132,10 +132,10 @@ public:
//! Returns the data path (containing textures, levels, helpfiles, etc)
virtual std::string GetDataPath();
-
+
//! Returns the translations path
virtual std::string GetLangPath();
-
+
//! Returns the save dir location
virtual std::string GetSaveDir();
};