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 a31860885f..a0c5ee9cca 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -547,6 +547,21 @@ protected:
void probe16bitMusic(char *fileName);
};
+class Inter_Playtoons : public Inter_v6 {
+public:
+ Inter_Playtoons(GobEngine *vm);
+ virtual ~Inter_Playtoons() {}
+
+protected:
+ virtual void setupOpcodesDraw();
+ virtual void setupOpcodesFunc();
+ virtual void setupOpcodesGob();
+
+ bool Inter_Playtoons::oPlaytoons_checkData(OpFuncParams &params);
+ void Inter_Playtoons::oPlaytoons_CD_20_23();
+ void Inter_Playtoons::oPlaytoons_CD_25();
+};
+
} // End of namespace Gob
#endif // GOB_INTER_H