diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-03 01:44:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-03 01:44:11 +0300 |
commit | 6d7ecb0086759931ccb1daa6ea383305906980b7 (patch) | |
tree | 18816a169f5b2def1ac1fb0a8ad5ebd89f1d72b4 /src/graphics.h | |
parent | 0101f3715378644307115e136570959d3d4be3c9 (diff) | |
download | plus-6d7ecb0086759931ccb1daa6ea383305906980b7.tar.gz plus-6d7ecb0086759931ccb1daa6ea383305906980b7.tar.bz2 plus-6d7ecb0086759931ccb1daa6ea383305906980b7.tar.xz plus-6d7ecb0086759931ccb1daa6ea383305906980b7.zip |
Fix SDL_gfx confict from broken header.
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h index 8d6e486df..333d8fa26 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -37,6 +37,9 @@ struct SDL_Surface; static const int defaultScreenWidth = 800; static const int defaultScreenHeight = 600; +int MSDL_gfxBlitRGBA(SDL_Surface *src, SDL_Rect *srcrect, + SDL_Surface *dst, SDL_Rect *dstrect); + /** * 9 images defining a rectangle. 4 corners, 4 sides and a middle area. The * topology is as follows: |