Added SDL_sqrtf(), SDL_tan(), SDL_tanf()
This commit is contained in:
parent
40538446d9
commit
6101e4b20e
20 changed files with 258 additions and 2 deletions
|
@ -137,6 +137,9 @@ typedef unsigned int uintptr_t;
|
|||
#define HAVE_SIN 1
|
||||
#define HAVE_SINF 1
|
||||
#define HAVE_SQRT 1
|
||||
#define HAVE_SQRTF 1
|
||||
#define HAVE_TAN 1
|
||||
#define HAVE_TANF 1
|
||||
#define HAVE__FSEEKI64 1
|
||||
|
||||
/* Enable various audio drivers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue