aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-25 00:50:26 +0000
committerSven Hesse2011-01-25 00:50:26 +0000
commit176e49975c52d3686b8391c4f76f1e0af04ce657 (patch)
tree6f733502f6c5066eed49bfd02845fcbb69ff941b /engines/gob/inter.h
parent2846ce14f35afc029fe058b3ed50c229ef856615 (diff)
downloadscummvm-rg350-176e49975c52d3686b8391c4f76f1e0af04ce657.tar.gz
scummvm-rg350-176e49975c52d3686b8391c4f76f1e0af04ce657.tar.bz2
scummvm-rg350-176e49975c52d3686b8391c4f76f1e0af04ce657.zip
GOB: Adding stubs for Addy
svn-id: r55508
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 38bf7dba2b..910fe64e8e 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -583,6 +583,32 @@ protected:
void oPlaytoons_openItk();
};
+class Inter_v7 : public Inter_Playtoons {
+public:
+ Inter_v7(GobEngine *vm);
+ virtual ~Inter_v7() {}
+
+protected:
+ virtual void setupOpcodesDraw();
+ virtual void setupOpcodesFunc();
+ virtual void setupOpcodesGob();
+
+ void o7_draw0x0D();
+ void o7_draw0x44();
+ void o7_draw0x45();
+ void o7_draw0x57();
+ void o7_draw0x89();
+ void o7_draw0x8A();
+ void o7_draw0x8C();
+ void o7_draw0x90();
+ void o7_draw0x93();
+ void o7_draw0xA1();
+ void o7_draw0xA2();
+ void o7_draw0xA4();
+ void o7_draw0xC4();
+ void o7_draw0xC6();
+};
+
} // End of namespace Gob
#endif // GOB_INTER_H