diff options
Diffstat (limited to 'src/wrapped/wrappedsdl2ttf_private.h')
| -rwxr-xr-x | src/wrapped/wrappedsdl2ttf_private.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wrapped/wrappedsdl2ttf_private.h b/src/wrapped/wrappedsdl2ttf_private.h index cb080166..0da91344 100755 --- a/src/wrapped/wrappedsdl2ttf_private.h +++ b/src/wrapped/wrappedsdl2ttf_private.h @@ -2,27 +2,27 @@ #error Meh! #endif -GO(TTF_ByteSwappedUNICODE, vFi) +GO(TTF_ByteSwappedUNICODE, vFu) GO(TTF_CloseFont, vFp) GO(TTF_FontAscent, iFp) GO(TTF_FontDescent, iFp) GO(TTF_FontFaceFamilyName, pFp) GO(TTF_FontFaceIsFixedWidth, iFp) -GO(TTF_FontFaces, iFp) +GO(TTF_FontFaces, lFp) GO(TTF_FontFaceStyleName, pFp) GO(TTF_FontHeight, iFp) GO(TTF_FontLineSkip, iFp) GO(TTF_GetFontHinting, iFp) GO(TTF_GetFontKerning, iFp) -GO(TTF_GetFontKerningSize, iFp) +GO(TTF_GetFontKerningSize, iFpii) GO(TTF_GetFontOutline, iFp) GO(TTF_GetFontStyle, iFp) -GO(TTF_GlyphIsProvided, iFpu) -GO(TTF_GlyphMetrics, iFpuppppp) +GO(TTF_GlyphIsProvided, iFpW) +GO(TTF_GlyphMetrics, iFpWppppp) GO(TTF_Init, iFv) GO(TTF_Linked_Version, pFv) GO(TTF_OpenFont, pFpi) -GO(TTF_OpenFontIndex, pFpii) +GO(TTF_OpenFontIndex, pFpil) GOM(TTF_OpenFontIndexRW, pFEpiii) GOM(TTF_OpenFontRW, pFEpii) GO(TTF_Quit, vFv) |