comparison 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
comparison
equal deleted inserted replaced
4471:11cedc036ca1 4472:791b3256fb22
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #include "SDL_video.h" 24 #include "SDL_video.h"
25 #include "SDL_blit.h" 25 #include "SDL_blit.h"
26 #include "SDL_blit_slow.h"
26 27
27 /* The ONE TRUE BLITTER 28 /* The ONE TRUE BLITTER
28 * This puppy has to handle all the unoptimized cases - yes, it's slow. 29 * This puppy has to handle all the unoptimized cases - yes, it's slow.
29 */ 30 */
30 void 31 void