equal
deleted
inserted
replaced
32 extern void SDL_InvalidateMap(SDL_BlitMap * map); |
32 extern void SDL_InvalidateMap(SDL_BlitMap * map); |
33 extern int SDL_MapSurface(SDL_Surface * src, SDL_Surface * dst); |
33 extern int SDL_MapSurface(SDL_Surface * src, SDL_Surface * dst); |
34 extern void SDL_FreeBlitMap(SDL_BlitMap * map); |
34 extern void SDL_FreeBlitMap(SDL_BlitMap * map); |
35 |
35 |
36 /* Miscellaneous functions */ |
36 /* Miscellaneous functions */ |
37 extern int SDL_CalculatePitch(SDL_Surface * surface); |
|
38 extern void SDL_DitherColors(SDL_Color * colors, int bpp); |
37 extern void SDL_DitherColors(SDL_Color * colors, int bpp); |
39 extern Uint8 SDL_FindColor(SDL_Palette * pal, Uint8 r, Uint8 g, Uint8 b, Uint8 a); |
38 extern Uint8 SDL_FindColor(SDL_Palette * pal, Uint8 r, Uint8 g, Uint8 b, Uint8 a); |
40 |
39 |
41 /* vi: set ts=4 sw=4 expandtab: */ |
40 /* vi: set ts=4 sw=4 expandtab: */ |