Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/dummy/SDL_nullrender.c Sat Aug 11 23:26:03 2007 +0000 +++ b/src/video/dummy/SDL_nullrender.c Sun Aug 12 00:01:41 2007 +0000 @@ -24,6 +24,7 @@ #include "SDL_video.h" #include "../SDL_sysvideo.h" #include "../SDL_yuv_sw_c.h" +#include "../SDL_renderer_sw.h" #include "../SDL_rendercopy.h"