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