diff options
Diffstat (limited to 'src/resources/sdl2imagehelper.h')
-rw-r--r-- | src/resources/sdl2imagehelper.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/sdl2imagehelper.h b/src/resources/sdl2imagehelper.h index e7ddc2987..f59a6bee1 100644 --- a/src/resources/sdl2imagehelper.h +++ b/src/resources/sdl2imagehelper.h @@ -62,6 +62,11 @@ class SDLImageHelper final : public ImageHelper const float alpha) override final A_WARN_UNUSED; + void copySurfaceToImage(Image *const image, + const int x, const int y, + SDL_Surface *const surface) + const override final; + static void SDLSetEnableAlphaCache(const bool n) { mEnableAlphaCache = n; } |