Sick of wrestling with the SDL blitters.

This commit is contained in:
Glenn Maynard
2003-06-29 07:03:00 +00:00
parent 480fa64436
commit 9bcb468aa0
2 changed files with 255 additions and 0 deletions
+2
View File
@@ -65,6 +65,8 @@ int mySDL_MapRGBExact(SDL_PixelFormat *fmt, Uint8 R, Uint8 G, Uint8 B);
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);
#endif