From be877e12682b6f0e697b024f96a1dcaf4d0c8206 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 29 Jun 2014 22:31:02 +0300 Subject: In renderers add copyImage function. For now it same with drawImage. --- src/render/graphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/render/graphics.h') diff --git a/src/render/graphics.h b/src/render/graphics.h index 2c4bc57ec..5e536235f 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -347,6 +347,9 @@ class Graphics notfinal virtual bool drawImage(const Image *const image, int dstX, int dstY) = 0; + virtual bool copyImage(const Image *const image, + int dstX, int dstY) = 0; + virtual void drawImageCached(const Image *const image, int srcX, int srcY) = 0; -- cgit v1.2.3-60-g2f50