00001 #ifndef _TOPAZ_H_ 00002 #define _TOPAZ_H_ 00003 00004 #include "monofont.h" 00005 00006 namespace WoopsiUI { 00007 class Topaz : public MonoFont { 00008 public: 00009 Topaz(u16 drawColour = 32768); 00010 }; 00011 } 00012 00013 #endif