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/surfacegraphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/render/surfacegraphics.h') diff --git a/src/render/surfacegraphics.h b/src/render/surfacegraphics.h index ab569acb0..7150b6ede 100644 --- a/src/render/surfacegraphics.h +++ b/src/render/surfacegraphics.h @@ -182,6 +182,9 @@ class SurfaceGraphics final : public Graphics bool drawImage(const Image *const image, int dstX, int dstY) override final; + bool copyImage(const Image *const image, + int dstX, int dstY) override final; + void drawImageCached(const Image *const image, int x, int y) override final; -- cgit v1.2.3-60-g2f50