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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/draw.h b/engines/gob/draw.h
index 897208a42d..cf1675f587 100644
--- a/engines/gob/draw.h
+++ b/engines/gob/draw.h
@@ -137,6 +137,9 @@ public:
void setPalette();
void clearPalette();
+ void dirtiedRect(int16 surface, int16 left, int16 top, int16 right, int16 bottom);
+ void dirtiedRect(SurfaceDesc::Ptr surface, int16 left, int16 top, int16 right, int16 bottom);
+
void initSpriteSurf(int16 index, int16 width, int16 height, int16 flags);
void freeSprite(int16 index) {
assert(index < SPRITES_COUNT);