Fixed some minor compiler warnings.
--HG-- extra : rebase_source : 9466732b4e5ab87e92e8eb9e2377aa5405bdc23b
This commit is contained in:
parent
abaa69bf81
commit
82ebf2d4ff
4 changed files with 29 additions and 16 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue