hedgewars/SDLh.pas
branchqmlfrontend
changeset 10748 dc587913987c
parent 10410 669bfa55cd70
parent 10640 efa069762cb2
child 10886 99273b7afbff
--- a/hedgewars/SDLh.pas	Thu Dec 18 00:03:53 2014 +0300
+++ b/hedgewars/SDLh.pas	Sat Jan 03 23:46:26 2015 +0300
@@ -1124,6 +1124,7 @@
 
 function  TTF_OpenFontRW(src: PSDL_RWops; freesrc: LongBool; size: LongInt): PTTF_Font; cdecl; external SDL_TTFLibName;
 procedure TTF_SetFontStyle(font: PTTF_Font; style: LongInt); cdecl; external SDL_TTFLibName;
+procedure TTF_CloseFont(font: PTTF_Font); cdecl; external SDL_TTFLibName;
 
 (*  SDL_mixer  *)
 function  Mix_Init(flags: LongInt): LongInt; {$IFDEF SDL_MIXER_NEWER}cdecl; external SDL_MixerLibName{$ELSE}inline{$ENDIF};