mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 20:18:29 +00:00
Added float versions of SDL's math functions
This commit is contained in:
@@ -647,3 +647,14 @@
|
||||
#define SDL_AudioStreamAvailable SDL_AudioStreamAvailable_REAL
|
||||
#define SDL_FreeAudioStream SDL_FreeAudioStream_REAL
|
||||
#define SDL_AudioStreamFlush SDL_AudioStreamFlush_REAL
|
||||
#define SDL_acosf SDL_acosf_REAL
|
||||
#define SDL_asinf SDL_asinf_REAL
|
||||
#define SDL_atanf SDL_atanf_REAL
|
||||
#define SDL_atan2f SDL_atan2f_REAL
|
||||
#define SDL_ceilf SDL_ceilf_REAL
|
||||
#define SDL_copysignf SDL_copysignf_REAL
|
||||
#define SDL_fabsf SDL_fabsf_REAL
|
||||
#define SDL_floorf SDL_floorf_REAL
|
||||
#define SDL_logf SDL_logf_REAL
|
||||
#define SDL_powf SDL_powf_REAL
|
||||
#define SDL_scalbnf SDL_scalbnf_REAL
|
||||
|
Reference in New Issue
Block a user