1.1 --- a/src/render/software/SDL_rotate.h Sun Oct 20 20:49:36 2013 -0700
1.2 +++ b/src/render/software/SDL_rotate.h Sun Oct 20 21:34:38 2013 -0700
1.3 @@ -2,6 +2,6 @@
1.4 #define MIN(a,b) (((a) < (b)) ? (a) : (b))
1.5 #endif
1.6
1.7 -extern SDL_Surface *_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery, int smooth, int flipx, int flipy, int dstwidth, int dstheight, double cangle, double sangle);
1.8 -extern void _rotozoomSurfaceSizeTrig(int width, int height, double angle, int *dstwidth, int *dstheight, double *cangle, double *sangle);
1.9 +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);
1.10 +extern void SDLgfx_rotozoomSurfaceSizeTrig(int width, int height, double angle, int *dstwidth, int *dstheight, double *cangle, double *sangle);
1.11