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 5e656f8950
commit d01ad02be7
12 changed files with 54 additions and 29 deletions

View File

@@ -104,6 +104,8 @@
#define HAVE_SYSCTLBYNAME 1
#define HAVE_ATAN 1
#define HAVE_ATAN2 1
#define HAVE_ACOS 1
#define HAVE_ASIN 1
/* Enable various audio drivers */
#define SDL_AUDIO_DRIVER_COREAUDIO 1