diff options
Diffstat (limited to 'src/render/surfacegraphics.h')
-rw-r--r-- | src/render/surfacegraphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |