about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/wrapped/wrappedsdl2_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped/wrappedsdl2_private.h b/src/wrapped/wrappedsdl2_private.h
index d220089b..36a52790 100755
--- a/src/wrapped/wrappedsdl2_private.h
+++ b/src/wrapped/wrappedsdl2_private.h
@@ -591,6 +591,10 @@ GO(SDL_ShowCursor, iFi)
 GO(SDL_ShowMessageBox, iFpp)
 GO(SDL_ShowSimpleMessageBox, iFuppp)
 GO(SDL_ShowWindow, vFp)
+GO(SDL_SIMDAlloc, pFL)
+GO(SDL_SIMDGetAlignment, LFv)
+GO(SDL_SIMDRealloc, pFpL)
+GO(SDL_SIMDFree, vFp)
 GO(SDL_sin, dFd)
 GO(SDL_sinf, fFf)
 GOM(SDL_snprintf, iFEpLpV)