aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index c7e3a8cec0..1aaca41b49 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -168,6 +168,8 @@ protected:
void drawStripToScreen(VirtScreen *vs, int x, int w, int t, int b);
void updateDirtyScreen(VirtScreen *vs);
+
+ byte *getMaskBuffer(int x, int y, int z = 0);
public:
void drawBitmap(const byte *ptr, VirtScreen *vs, int x, int y, const int width, const int height,