aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/init.h')
-rw-r--r--engines/gob/init.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/gob/init.h b/engines/gob/init.h
index 8fc301d7a6..ba4b1f979d 100644
--- a/engines/gob/init.h
+++ b/engines/gob/init.h
@@ -26,6 +26,7 @@
#ifndef GOB_INIT_H
#define GOB_INIT_H
+#include "gob/gob.h"
#include "gob/video.h"
namespace Gob {
@@ -99,6 +100,15 @@ public:
void updateConfig();
void initGame();
};
+
+class Init_v7 : public Init_v2 {
+public:
+ Init_v7(GobEngine *vm);
+ ~Init_v7();
+
+ void initGame();
+};
+
} // End of namespace Gob
#endif // GOB_INIT_H