aboutsummaryrefslogtreecommitdiff
path: root/engines/access/asurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/asurface.h')
-rw-r--r--engines/access/asurface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/access/asurface.h b/engines/access/asurface.h
index 99f99ae696..776b9506e9 100644
--- a/engines/access/asurface.h
+++ b/engines/access/asurface.h
@@ -62,6 +62,8 @@ public:
void plotB(SpriteFrame *frame, const Common::Point &pt);
+ void copyBlock(ASurface *src, const Common::Rect &bounds);
+
void copyTo(ASurface *dest, const Common::Point &destPos);
};