aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init.h
diff options
context:
space:
mode:
authorSven Hesse2011-02-04 15:55:54 +0000
committerSven Hesse2011-02-04 15:55:54 +0000
commite3ceff83f43942e7052eee8339b6d733a47e9734 (patch)
tree498a630600f6c1d8324733962e1eeedc337f9550 /engines/gob/init.h
parentb6d2e521c55a2a1df19d81ba54fd41980524766d (diff)
downloadscummvm-rg350-e3ceff83f43942e7052eee8339b6d733a47e9734.tar.gz
scummvm-rg350-e3ceff83f43942e7052eee8339b6d733a47e9734.tar.bz2
scummvm-rg350-e3ceff83f43942e7052eee8339b6d733a47e9734.zip
GOB: Add the "envir" directory to the search path for Adibou
svn-id: r55770
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