aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/snail.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/snail.h')
-rw-r--r--engines/cge/snail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge/snail.h b/engines/cge/snail.h
index 6749d6bcc8..6a9e717441 100644
--- a/engines/cge/snail.h
+++ b/engines/cge/snail.h
@@ -70,6 +70,7 @@ public:
void addCallback(CommandType com, int ref, int val, CallbackType cbType);
void insertCommand(CommandType com, int ref, int val, void *ptr);
bool idle();
+ void reset();
private:
CGEEngine *_vm;
bool _turbo;