Go to the documentation of this file.
26 #define MIN(a,b) (((a) < (b)) ? (a) : (b))
29 extern SDL_Surface *
SDLgfx_rotateSurface(
SDL_Surface *
src,
double angle,
int centerx,
int centery,
int smooth,
int flipx,
int flipy,
int dstwidth,
int dstheight,
double cangle,
double sangle);