aboutsummaryrefslogtreecommitdiff
path: root/engines/access/asurface.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-12 08:38:12 -0400
committerPaul Gilbert2014-08-12 08:38:12 -0400
commitc0cb03cea276832b2d178155786c0418eccfd21d (patch)
tree681f08affbb7b40002722836268bde02306ad5a6 /engines/access/asurface.h
parenteee84b8760dd38079fe97f263a6fa9361ad5696f (diff)
downloadscummvm-rg350-c0cb03cea276832b2d178155786c0418eccfd21d.tar.gz
scummvm-rg350-c0cb03cea276832b2d178155786c0418eccfd21d.tar.bz2
scummvm-rg350-c0cb03cea276832b2d178155786c0418eccfd21d.zip
ACCESS: Implemented copyBlocks
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);
};