__cdecl IMAGE_PROC void rotate_sprite(Image bmp, PSPRITE sprite, fixed angle); void (* rotate_sprite)(Image bmp, PSPRITE sprite, fixed angle);
image.h
output a rotated sprite to destination image, using and angle specified. The angle is represented as 0x1 0000 0000 is 360 degrees
Functions