mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 14:09:10 +00:00
Updated based on feedback from @JKaniarz
This commit is contained in:
parent
a938e2b979
commit
2f5b20fcb5
8 changed files with 99 additions and 51 deletions
|
@ -996,6 +996,7 @@ SDL_DYNAPI_PROC(float,SDL_powf,(float a, float b),(a,b),return)
|
|||
SDL_DYNAPI_PROC(void,SDL_qsort,(void *a, size_t b, size_t c, SDL_CompareCallback d),(a,b,c,d),)
|
||||
SDL_DYNAPI_PROC(void,SDL_qsort_r,(void *a, size_t b, size_t c, SDL_CompareCallback_r d, void *e),(a,b,c,d,e),)
|
||||
SDL_DYNAPI_PROC(Sint32,SDL_rand,(Sint32 a),(a),return)
|
||||
SDL_DYNAPI_PROC(Uint32,SDL_rand_bits,(void),(),return)
|
||||
SDL_DYNAPI_PROC(Uint32,SDL_rand_bits_r,(Uint64 *a),(a),return)
|
||||
SDL_DYNAPI_PROC(Sint32,SDL_rand_r,(Uint64 *a, Sint32 b),(a,b),return)
|
||||
SDL_DYNAPI_PROC(float,SDL_randf,(void),(),return)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue