add SDL_log10 and SDL_log10f to include and dynapi

This commit is contained in:
sezero 2018-02-08 17:07:47 +03:00
parent 2ad41155fb
commit 5f0540416f
3 changed files with 6 additions and 0 deletions

View file

@ -667,3 +667,5 @@
#define SDL_RenderGetMetalCommandEncoder SDL_RenderGetMetalCommandEncoder_REAL
#define SDL_IsAndroidTV SDL_IsAndroidTV_REAL
#define SDL_WinRTGetDeviceFamily SDL_WinRTGetDeviceFamily_REAL
#define SDL_log10 SDL_log10_REAL
#define SDL_log10f SDL_log10f_REAL