Added SDL_round(), contributed by Benoit Pierre - thanks!
This commit is contained in:
parent
5619521805
commit
5acb7c63d1
19 changed files with 29 additions and 4 deletions
|
@ -37,6 +37,7 @@ typedef unsigned int u_int32_t;
|
|||
#define floor SDL_uclibc_floor
|
||||
#define __ieee754_log SDL_uclibc_log
|
||||
#define __ieee754_pow SDL_uclibc_pow
|
||||
#define round SDL_uclibc_round
|
||||
#define scalbn SDL_uclibc_scalbn
|
||||
#define sin SDL_uclibc_sin
|
||||
#define __ieee754_sqrt SDL_uclibc_sqrt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue