From ff70b554eace73fafb0165fb0dc16da91f377ce4 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Tue, 29 Sep 2009 22:43:30 +0000 Subject: Playtoons - implement some functions related to hotspot texts Fascination - initial version of several 'Fascination Window' functions, proper naming of most of fascination OPCODEDRAW and OPCODEGOB functions svn-id: r44472 --- engines/gob/init.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/gob/init.h') 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 -- cgit v1.2.3