aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index b1689e8d9e..ecbf22610d 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -334,6 +334,21 @@ protected:
void manipulateMap(int16 xPos, int16 yPos, int16 item);
};
+class Inter_Geisha : public Inter_v1 {
+public:
+ Inter_Geisha(GobEngine *vm);
+ virtual ~Inter_Geisha() {}
+
+protected:
+ virtual void setupOpcodesDraw();
+ virtual void setupOpcodesFunc();
+ virtual void setupOpcodesGob();
+
+ void oGeisha_loadSound(OpFuncParams &params);
+
+ int16 loadSound(int16 slot);
+};
+
class Inter_v2 : public Inter_v1 {
public:
Inter_v2(GobEngine *vm);