From e3ceff83f43942e7052eee8339b6d733a47e9734 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 4 Feb 2011 15:55:54 +0000 Subject: GOB: Add the "envir" directory to the search path for Adibou svn-id: r55770 --- engines/gob/init.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engines/gob/init.h') 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 -- cgit v1.2.3