aboutsummaryrefslogtreecommitdiff
path: root/common/engine.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-03-06 16:27:06 +0000
committerPaweł Kołodziejski2003-03-06 16:27:06 +0000
commit6ce098172f3754a2c279e1e2d156f3354c612011 (patch)
tree5d55422c648e93f4b78e49c303ec1978819b3fa4 /common/engine.h
parent38e926cee3ec4a5066d41c0dc95231e156543b64 (diff)
downloadscummvm-rg350-6ce098172f3754a2c279e1e2d156f3354c612011.tar.gz
scummvm-rg350-6ce098172f3754a2c279e1e2d156f3354c612011.tar.bz2
scummvm-rg350-6ce098172f3754a2c279e1e2d156f3354c612011.zip
next pedantic cleanup code
svn-id: r6714
Diffstat (limited to 'common/engine.h')
-rw-r--r--common/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/engine.h b/common/engine.h
index 57306e5833..4670a0d714 100644
--- a/common/engine.h
+++ b/common/engine.h
@@ -50,7 +50,7 @@ public:
// Invoke the main engine loop using this method
virtual void go() = 0;
-
+
// Get the save game dir path
const char *getSavePath() const;