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
|
@ -428,6 +428,7 @@ extern DECLSPEC double SDLCALL SDL_fabs(double x);
|
|||
extern DECLSPEC double SDLCALL SDL_floor(double x);
|
||||
extern DECLSPEC double SDLCALL SDL_log(double x);
|
||||
extern DECLSPEC double SDLCALL SDL_pow(double x, double y);
|
||||
extern DECLSPEC double SDLCALL SDL_round(double x);
|
||||
extern DECLSPEC double SDLCALL SDL_scalbn(double x, int n);
|
||||
extern DECLSPEC double SDLCALL SDL_sin(double x);
|
||||
extern DECLSPEC float SDLCALL SDL_sinf(float x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue