comparison src/video/SDL_bmp.c @ 2823:15e1dd1fff78

Added missing header
author Sam Lantinga <slouken@libsdl.org>
date Tue, 02 Dec 2008 17:10:05 +0000
parents 365fe1a2aad5
children 6c3fbeb04eca
comparison
equal deleted inserted replaced
2822:cf271ff76061 2823:15e1dd1fff78
33 This code currently supports Win32 DIBs in uncompressed 8 and 24 bpp. 33 This code currently supports Win32 DIBs in uncompressed 8 and 24 bpp.
34 */ 34 */
35 35
36 #include "SDL_video.h" 36 #include "SDL_video.h"
37 #include "SDL_endian.h" 37 #include "SDL_endian.h"
38 #include "SDL_pixels_c.h"
38 39
39 /* Compression encodings for BMP files */ 40 /* Compression encodings for BMP files */
40 #ifndef BI_RGB 41 #ifndef BI_RGB
41 #define BI_RGB 0 42 #define BI_RGB 0
42 #define BI_RLE8 1 43 #define BI_RLE8 1