aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/saveload.h
diff options
context:
space:
mode:
authorDavid Turner2011-01-25 01:58:26 +0000
committerDavid Turner2011-01-25 01:58:26 +0000
commitccb1faef7eae4325a44f636c4c13f3eabd4b8e79 (patch)
tree0e558a5673ad364a0f1b1746dc7c7bb0b53ce3e9 /engines/parallaction/saveload.h
parent1a44ed588f86a6be2929f0232edbccd2ce535c03 (diff)
downloadscummvm-rg350-ccb1faef7eae4325a44f636c4c13f3eabd4b8e79.tar.gz
scummvm-rg350-ccb1faef7eae4325a44f636c4c13f3eabd4b8e79.tar.bz2
scummvm-rg350-ccb1faef7eae4325a44f636c4c13f3eabd4b8e79.zip
PARALLACTION: Removal of unecessary returns and whitespace fixes to saveload.*
svn-id: r55510
Diffstat (limited to 'engines/parallaction/saveload.h')
-rw-r--r--engines/parallaction/saveload.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/parallaction/saveload.h b/engines/parallaction/saveload.h
index 80a2c4d8a9..a8f1697a9d 100644
--- a/engines/parallaction/saveload.h
+++ b/engines/parallaction/saveload.h
@@ -23,7 +23,6 @@
*
*/
-
#ifndef PARALLACTION_SAVELOAD_H
#define PARALLACTION_SAVELOAD_H
@@ -31,9 +30,7 @@ namespace Parallaction {
struct Character;
-
class SaveLoad {
-
protected:
Common::SaveFileManager *_saveFileMan;
Common::String _saveFilePrefix;
@@ -60,7 +57,6 @@ public:
};
class SaveLoad_ns : public SaveLoad {
-
Parallaction_ns *_vm;
protected:
@@ -78,7 +74,6 @@ public:
};
class SaveLoad_br : public SaveLoad {
-
Parallaction_br *_vm;
virtual void doLoadGame(uint16 slot);
virtual void doSaveGame(uint16 slot, const char* name);
@@ -90,7 +85,6 @@ public:
virtual void setPartComplete(const char *part);
};
-
} // namespace Parallaction
#endif