From 582900e6c698823fc95bc6653707a328e96dd075 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 19 Aug 2013 16:43:36 +0300 Subject: fix compilation with old gcc. --- src/sdlgraphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sdlgraphics.h') diff --git a/src/sdlgraphics.h b/src/sdlgraphics.h index b16a5fbac..0d078fdce 100644 --- a/src/sdlgraphics.h +++ b/src/sdlgraphics.h @@ -34,6 +34,9 @@ class MapLayer; struct SDL_Surface; +int MSDL_gfxBlitRGBA(SDL_Surface *src, SDL_Rect *srcrect, + SDL_Surface *dst, SDL_Rect *dstrect); + /** * A central point of control for graphics. */ -- cgit v1.2.3-70-g09d2