Mercurial > sdl-ios-xcode
diff src/video/SDL_blit_slow.c @ 4472:791b3256fb22
Mostly cleaned up warnings with -Wmissing-prototypes
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 26 Jun 2010 08:56:48 -0700 |
parents | f7b03b6838cb |
children | e743b9c3f6d6 |
line wrap: on
line diff
--- a/src/video/SDL_blit_slow.c Thu Jun 17 22:23:20 2010 -0700 +++ b/src/video/SDL_blit_slow.c Sat Jun 26 08:56:48 2010 -0700 @@ -23,6 +23,7 @@ #include "SDL_video.h" #include "SDL_blit.h" +#include "SDL_blit_slow.h" /* The ONE TRUE BLITTER * This puppy has to handle all the unoptimized cases - yes, it's slow.