aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/draw-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/draw-manager.h')
-rw-r--r--engines/hdb/draw-manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/draw-manager.h b/engines/hdb/draw-manager.h
index cb4f8182ba..f5d6f5e808 100644
--- a/engines/hdb/draw-manager.h
+++ b/engines/hdb/draw-manager.h
@@ -121,6 +121,7 @@ public:
Graphics::Surface load(Common::SeekableReadStream *stream);
void draw(int x, int y);
+ void drawMasked(int x, int y);
uint32 _flags;