mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
Simplified SDL random function names and added thread-safe versions
This commit is contained in:
parent
d013ac80ef
commit
96f2f23240
12 changed files with 167 additions and 90 deletions
|
@ -986,9 +986,11 @@
|
|||
#define SDL_powf SDL_powf_REAL
|
||||
#define SDL_qsort SDL_qsort_REAL
|
||||
#define SDL_qsort_r SDL_qsort_r_REAL
|
||||
#define SDL_rand_bits SDL_rand_bits_REAL
|
||||
#define SDL_rand_float SDL_rand_float_REAL
|
||||
#define SDL_rand_n SDL_rand_n_REAL
|
||||
#define SDL_rand SDL_rand_REAL
|
||||
#define SDL_rand_bits_r SDL_rand_bits_r_REAL
|
||||
#define SDL_rand_r SDL_rand_r_REAL
|
||||
#define SDL_randf SDL_randf_REAL
|
||||
#define SDL_randf_r SDL_randf_r_REAL
|
||||
#define SDL_realloc SDL_realloc_REAL
|
||||
#define SDL_round SDL_round_REAL
|
||||
#define SDL_roundf SDL_roundf_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue