Update prototype in surface.c to fix xcode build after last change.
This commit is contained in:
parent
fb3b70940c
commit
a75e9f5b1a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
/* Testcases. */
|
||||
static void surface_testLoad( SDL_Surface *testsur );
|
||||
static void surface_testBlit( SDL_Surface *testsur );
|
||||
static int surface_testBlitBlendMode( SDL_Surface *testsur, SDL_Surface *face, int mode );
|
||||
static int surface_testBlitBlendMode( SDL_Surface *testsur, SDL_Surface *face, SDL_BlendMode bMode );
|
||||
static void surface_testBlitBlend( SDL_Surface *testsur );
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue