00001 #ifndef __GLFONT__ 00002 #define __GLFONT__ 00003 00004 #include <CFont.h> 00005 00006 typedef CFont GLfont; 00007 00008 #endif