00001 00002 00003 #ifndef header_ttfsetup 00004 #define header_ttfsetup 00005 00006 class CL_TTFSetup 00007 //: ClanTTF initialization functions 00008 { 00009 public: 00010 static void init(); 00011 // Initialize the TTF library 00012 00013 static void deinit(); 00014 // Deinitialize the TTF library 00015 }; 00016 00017 #endif
1.2.6 written by Dimitri van Heesch,
© 1997-2001