comparison src/video/SDL_blit.h @ 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 292bee385630
comparison
equal deleted inserted replaced
2249:5a58b57b6724 2250:e1d228456537
29 #endif 29 #endif
30 #ifdef __SSE__ 30 #ifdef __SSE__
31 #include <xmmintrin.h> 31 #include <xmmintrin.h>
32 #endif 32 #endif
33 33
34 #include "SDL_cpuinfo.h"
34 #include "SDL_endian.h" 35 #include "SDL_endian.h"
35 36
36 /* The structure passed to the low level blit functions */ 37 /* The structure passed to the low level blit functions */
37 typedef struct 38 typedef struct
38 { 39 {