From c0cb03cea276832b2d178155786c0418eccfd21d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 12 Aug 2014 08:38:12 -0400 Subject: ACCESS: Implemented copyBlocks --- engines/access/asurface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/access/asurface.h') 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); }; -- cgit v1.2.3