diff options
Diffstat (limited to 'src/render/graphicsdef.hpp')
-rw-r--r-- | src/render/graphicsdef.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/graphicsdef.hpp b/src/render/graphicsdef.hpp index 6d3511f6b..19282584c 100644 --- a/src/render/graphicsdef.hpp +++ b/src/render/graphicsdef.hpp @@ -114,6 +114,9 @@ public: 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; |