aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/draw.h')
-rw-r--r--engines/gob/draw.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/gob/draw.h b/engines/gob/draw.h
index c23501d62a..ef8149d514 100644
--- a/engines/gob/draw.h
+++ b/engines/gob/draw.h
@@ -138,6 +138,8 @@ public:
int16 _scrollOffsetY;
int16 _scrollOffsetX;
+ int16 _pattern;
+
void invalidateRect(int16 left, int16 top, int16 right, int16 bottom);
void blitInvalidated();
void setPalette();
@@ -228,6 +230,13 @@ public:
virtual ~Draw_Fascin() {}
};
+class Draw_Playtoons: public Draw_v2 {
+public:
+ Draw_Playtoons(GobEngine *vm);
+ virtual ~Draw_Playtoons() {}
+ virtual void spriteOperation(int16 operation);
+};
+
// Draw operations
#define DRAW_BLITSURF 0