aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/script.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-10-09 11:11:26 +0000
committerJohannes Schickel2010-10-09 11:11:26 +0000
commiteef9f7b57b493cfb7712fd47cb961d16e8ce878d (patch)
tree956c6c3b07a9c37495d437c3718485cf4188c72d /engines/toon/script.h
parent20e6baca22dad668a71f6632b570dc73d5548521 (diff)
downloadscummvm-rg350-eef9f7b57b493cfb7712fd47cb961d16e8ce878d.tar.gz
scummvm-rg350-eef9f7b57b493cfb7712fd47cb961d16e8ce878d.tar.bz2
scummvm-rg350-eef9f7b57b493cfb7712fd47cb961d16e8ce878d.zip
TOON: Ran astyle over the toon engine (+ some manual corrections).
svn-id: r53098
Diffstat (limited to 'engines/toon/script.h')
-rw-r--r--engines/toon/script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/toon/script.h b/engines/toon/script.h
index 941b892179..47e04e8c82 100644
--- a/engines/toon/script.h
+++ b/engines/toon/script.h
@@ -104,8 +104,8 @@ public:
void init(EMCState *scriptState, const EMCData *data);
bool start(EMCState *script, int function);
- void saveState(EMCState* script, Common::WriteStream * stream);
- void loadState(EMCState* script, Common::ReadStream* stream);
+ void saveState(EMCState *script, Common::WriteStream *stream);
+ void loadState(EMCState *script, Common::ReadStream *stream);
bool isValid(EMCState *script);