diff options
Diffstat (limited to 'src/resources/imagehelper.h')
-rw-r--r-- | src/resources/imagehelper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/imagehelper.h b/src/resources/imagehelper.h index a11a55e2e..83fc3e03c 100644 --- a/src/resources/imagehelper.h +++ b/src/resources/imagehelper.h @@ -90,6 +90,9 @@ class ImageHelper void dumpSurfaceFormat(const SDL_Surface *const image) const; + virtual SDL_Surface *create32BitSurface(int width, int height) + A_WARN_UNUSED = 0; + static void setEnableAlpha(const bool n) { mEnableAlpha = n; } |