diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedsdl2_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedsdl2_private.h b/src/wrapped/wrappedsdl2_private.h index 031b28f8..55abb776 100755 --- a/src/wrapped/wrappedsdl2_private.h +++ b/src/wrapped/wrappedsdl2_private.h @@ -656,7 +656,7 @@ GO(SDL_UnlockSurface, vFp) GO(SDL_UnlockTexture, vFp) GO(SDL_UpdateTexture, iFpppi) GO(SDL_UpdateWindowSurface, iFp) -// SDL_UpdateWindowSurfaceRects +GO(SDL_UpdateWindowSurfaceRects, iFppi) GO(SDL_UpdateYUVTexture, iFpppipipi) GO(SDL_UpperBlit, iFpppp) GO(SDL_UpperBlitScaled, iFpppp) |