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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/gob/init.h b/engines/gob/init.h
index c2784a59ac..85e268a69e 100644
--- a/engines/gob/init.h
+++ b/engines/gob/init.h
@@ -90,6 +90,13 @@ public:
void initGame();
};
+class Init_Fascination : public Init_v2 {
+public:
+ Init_Fascination(GobEngine *vm);
+ ~Init_Fascination();
+
+ void initGame();
+};
} // End of namespace Gob
#endif // GOB_INIT_H