aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/script.h
diff options
context:
space:
mode:
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);