00001 #include <API/TTF/setupttf.h> 00002 #include "Display/Font/resourcetype_ttf.h" 00003 00004 static CL_Res_Font_TTF *restype_ttf = NULL; 00005 00006 void CL_TTFSetup::init() 00007 { 00008 restype_ttf = new CL_Res_Font_TTF(); 00009 } 00010 00011 void CL_TTFSetup::deinit() 00012 { 00013 delete restype_ttf; 00014 }
1.2.6 written by Dimitri van Heesch,
© 1997-2001