Fixed some minor compiler warnings.

This commit is contained in:
Ryan C. Gordon
2012-07-20 13:33:15 -04:00
parent 48f1278bbf
commit 7d67b05181
4 changed files with 29 additions and 16 deletions

View File

@@ -3,4 +3,5 @@
#endif
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);
extern void _rotozoomSurfaceSizeTrig(int width, int height, double angle, int *dstwidth, int *dstheight, double *cangle, double *sangle);
extern void _rotozoomSurfaceSizeTrig(int width, int height, double angle, int *dstwidth, int *dstheight, double *cangle, double *sangle);