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 62e292334d..f5e5f48e7b 100644
--- a/engines/access/asurface.h
+++ b/engines/access/asurface.h
@@ -92,6 +92,8 @@ public:
void copyTo(ASurface *dest, const Common::Rect &bounds);
+ void copyTo(ASurface *dest);
+
void saveBlock(const Common::Rect &bounds);
void restoreBlock();