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/sdlimagehelper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/resources/sdlimagehelper.h') diff --git a/src/resources/sdlimagehelper.h b/src/resources/sdlimagehelper.h index 7c6cabaef..a0e19ca39 100644 --- a/src/resources/sdlimagehelper.h +++ b/src/resources/sdlimagehelper.h @@ -82,6 +82,8 @@ class SDLImageHelper final : public ImageHelper static SDL_Surface* SDLDuplicateSurface(SDL_Surface *const tmpImage) A_WARN_UNUSED; + SDL_Surface *create32BitSurface(int width, int height); + protected: /** SDL_Surface to SDL_Surface Image loader */ Image *_SDLload(SDL_Surface *tmpImage) const A_WARN_UNUSED; -- cgit v1.2.3-70-g09d2