Hook up SDL_acos and SDL_asin properly.

This commit is contained in:
Ryan C. Gordon 2013-12-09 15:17:20 -05:00
parent 1509359de3
commit 924207a299
12 changed files with 54 additions and 29 deletions

View file

@ -87,6 +87,8 @@
#define HAVE_M_PI 1
#define HAVE_ATAN 1
#define HAVE_ATAN2 1
#define HAVE_ACOS 1
#define HAVE_ASIN 1
#define HAVE_CEIL 1
#define HAVE_COPYSIGN 1
#define HAVE_COS 1