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
|
@ -89,6 +89,9 @@
|
|||
#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_SIGACTION 1
|
||||
#define HAVE_SETJMP 1
|
||||
#define HAVE_NANOSLEEP 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue