comparison src/video/SDL_blit_copy.c @ 2250:e1d228456537

Fixed a few compiler warnings. Added SDL_blit_copy.c to the Visual C++ project The SSE and MMX intrinsics don't compile on Visual Studio yet...
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Aug 2007 06:20:51 +0000
parents 5a58b57b6724
children b80e3d57941f
comparison
equal deleted inserted replaced
2249:5a58b57b6724 2250:e1d228456537
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #include "SDL_cpuinfo.h"
24 #include "SDL_video.h" 25 #include "SDL_video.h"
25 #include "SDL_blit.h" 26 #include "SDL_blit.h"
26 #include "SDL_blit_copy.h" 27 #include "SDL_blit_copy.h"
27 28
28 29