diff options
Diffstat (limited to 'src/sdlgraphics.h')
-rw-r--r-- | src/sdlgraphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ |