Added SDL_fmod() and SDL_fmodf()
This commit is contained in:
parent
fd9bdc8766
commit
4e9aab5884
20 changed files with 349 additions and 88 deletions
|
@ -658,3 +658,5 @@
|
|||
#define SDL_logf SDL_logf_REAL
|
||||
#define SDL_powf SDL_powf_REAL
|
||||
#define SDL_scalbnf SDL_scalbnf_REAL
|
||||
#define SDL_fmod SDL_fmod_REAL
|
||||
#define SDL_fmodf SDL_fmodf_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue