diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped32/wrappedsdl2_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped32/wrappedsdl2_private.h b/src/wrapped32/wrappedsdl2_private.h index 5634a7a4..05b090f3 100644 --- a/src/wrapped32/wrappedsdl2_private.h +++ b/src/wrapped32/wrappedsdl2_private.h @@ -300,7 +300,7 @@ GO(SDL_GetYUVConversionModeForResolution, uFii) //GO(SDL_GL_BindTexture, iFppp) GO(SDL_GL_CreateContext, pFp) GO(SDL_GL_DeleteContext, vFp) -//GO(SDL_GL_ExtensionSupported, iFp) +GO(SDL_GL_ExtensionSupported, iFp) GO(SDL_GL_GetAttribute, iFup) GO(SDL_GL_GetCurrentContext, pFv) GO(SDL_GL_GetCurrentWindow, pFv) |