Added SDL_sqrtf(), SDL_tan(), SDL_tanf()
This commit is contained in:
parent
b5f085ab73
commit
276b7efecd
20 changed files with 258 additions and 2 deletions
|
@ -581,3 +581,6 @@
|
|||
#define SDL_WinRTGetFSPathUNICODE SDL_WinRTGetFSPathUNICODE_REAL
|
||||
#define SDL_WinRTGetFSPathUTF8 SDL_WinRTGetFSPathUTF8_REAL
|
||||
#define SDL_WinRTRunApp SDL_WinRTRunApp_REAL
|
||||
#define SDL_sqrtf SDL_sqrtf_REAL
|
||||
#define SDL_tan SDL_tan_REAL
|
||||
#define SDL_tanf SDL_tanf_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue