mirror of
https://github.com/yawut/SDL.git
synced 2026-07-01 00:39:58 -05:00
Android has atan() and atan2()
This commit is contained in:
parent
3e250a4d82
commit
80b28b58d8
|
|
@ -55,6 +55,8 @@ typedef unsigned int uint32_t;
|
|||
#define HAVE_SIGNAL_H 1
|
||||
|
||||
/* C library functions */
|
||||
#define HAVE_ATAN 1
|
||||
#define HAVE_ATAN2 1
|
||||
#define HAVE_MALLOC 1
|
||||
#define HAVE_CALLOC 1
|
||||
#define HAVE_REALLOC 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user