00001 #ifndef _GLYPHFONT_H_ 00002 #define _GLYPHFONT_H_ 00003 00004 #include "font.h" 00005 00006 namespace WoopsiUI { 00007 class GlyphFont : public Font { 00008 public: 00009 GlyphFont(); 00010 }; 00011 } 00012 00013 #endif