diff options
Diffstat (limited to 'engines/gob/init.h')
-rw-r--r-- | engines/gob/init.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/init.h b/engines/gob/init.h index 6ab2fa7e66..a8d4b9833e 100644 --- a/engines/gob/init.h +++ b/engines/gob/init.h @@ -44,7 +44,8 @@ protected: static const char *_fontNames[4]; GobEngine *_vm; - void cleanup(void); + void cleanup(); + void doDemo(); }; class Init_v1 : public Init { |