diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedsdl2_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped/wrappedsdl2_private.h b/src/wrapped/wrappedsdl2_private.h index 0443c075..b3e6ef7d 100644 --- a/src/wrapped/wrappedsdl2_private.h +++ b/src/wrapped/wrappedsdl2_private.h @@ -268,6 +268,7 @@ GO(SDL_GetTextureColorMod, iFpppp) GO(SDL_GetThreadID, LFp) GO(SDL_GetThreadName, pFp) GO(SDL_GetTicks, uFv) +GO(SDL_GetTicks64, UFv) GO(SDL_GetTouchDevice, lFi) GO(SDL_GetTouchDeviceType, iFl) GO(SDL_GetTouchFinger, pFli) @@ -547,6 +548,7 @@ GO(SDL_RenderSetLogicalSize, iFpii) GO(SDL_RenderSetScale, iFpff) GO(SDL_RenderSetViewport, iFpp) GO(SDL_RenderTargetSupported, iFp) +GO(SDL_RenderSetVSync, iFpi) GO(SDL_RenderWindowToLogical, vFpiipp) GO(SDL_ReportAssertion, uFpppi) GO(SDL_ResetAssertionReport, vFv) @@ -611,6 +613,7 @@ GO(SDL_SetTextInputRect, vFp) GO(SDL_SetTextureAlphaMod, iFpC) GO(SDL_SetTextureBlendMode, iFpu) GO(SDL_SetTextureColorMod, iFpCCC) +GO(SDL_SetTextureScaleMode, iFpu) GO(SDL_SetThreadPriority, iFu) GO(SDL_SetWindowBordered, vFpi) GO(SDL_SetWindowBrightness, iFpf) |