From 8714a174353529061c8c8d088d7246c4bd81000d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 27 Dec 2012 22:12:10 +0300 Subject: Change outline function to better quality but slower. Also add function to create 32 bit surfaces. --- src/resources/imagehelper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/resources/imagehelper.h') 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; } -- cgit v1.2.3-60-g2f50