Add SDL_SIMDRealloc

This commit is contained in:
Ethan Lee 2020-06-11 12:03:33 -04:00
parent 20aada0efc
commit 2aa8974f97
4 changed files with 78 additions and 0 deletions

View file

@ -716,6 +716,7 @@
#define SDL_UIKitRunApp SDL_UIKitRunApp_REAL
#define SDL_SIMDGetAlignment SDL_SIMDGetAlignment_REAL
#define SDL_SIMDAlloc SDL_SIMDAlloc_REAL
#define SDL_SIMDRealloc SDL_SIMDRealloc_REAL
#define SDL_SIMDFree SDL_SIMDFree_REAL
#define SDL_RWsize SDL_RWsize_REAL
#define SDL_RWseek SDL_RWseek_REAL