add mySDL_Palettize

This commit is contained in:
Glenn Maynard
2003-10-08 01:46:00 +00:00
parent 5117e94742
commit 2c816714bb
2 changed files with 111 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ void mySDL_BlitTransform( const SDL_Surface *src, SDL_Surface *dst,
const float fCoords[8] /* TL, BR, BL, TR */ );
void mySDL_BlitSurface(
SDL_Surface *src, SDL_Surface *dst, int width, int height, bool ckey);
SDL_Surface *mySDL_Palettize( SDL_Surface *src_surf, int GrayBits, int AlphaBits );
#endif