Mercurial > sdl-ios-xcode
comparison src/video/dummy/SDL_nullrender.c @ 2228:bb67fd5ccfdb
Fixed compile warnings with Visual C++
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 12 Aug 2007 00:01:41 +0000 |
parents | b252359547ed |
children | bee005ace1bf |
comparison
equal
deleted
inserted
replaced
2227:b252359547ed | 2228:bb67fd5ccfdb |
---|---|
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_sysvideo.h" | 25 #include "../SDL_sysvideo.h" |
26 #include "../SDL_yuv_sw_c.h" | 26 #include "../SDL_yuv_sw_c.h" |
27 #include "../SDL_renderer_sw.h" | |
27 #include "../SDL_rendercopy.h" | 28 #include "../SDL_rendercopy.h" |
28 | 29 |
29 | 30 |
30 /* SDL surface based renderer implementation */ | 31 /* SDL surface based renderer implementation */ |
31 | 32 |