summaryrefslogtreecommitdiffstats
path: root/src/app/system.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2014-09-07 19:26:06 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2014-09-21 12:29:06 +0200
commit6a1ceba8c0914691ebc873fd666e7cde1cffdb64 (patch)
tree4cf5c979672de510ec37039d88258f0ce3e2b1f0 /src/app/system.h
parentf0b38721e05dbda1d3562abc06fec535d1aa5a07 (diff)
downloadcolobot-6a1ceba8c0914691ebc873fd666e7cde1cffdb64.tar.gz
colobot-6a1ceba8c0914691ebc873fd666e7cde1cffdb64.tar.bz2
colobot-6a1ceba8c0914691ebc873fd666e7cde1cffdb64.zip
Some cleaning up
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();
};