00001 #ifndef _NEWTOPAZ_H_ 00002 #define _NEWTOPAZ_H_ 00003 00004 #include "packedfont1.h" 00005 00006 namespace WoopsiUI { 00007 class NewTopaz : public PackedFont1 { 00008 public: 00009 NewTopaz(u8 fixedWidth = 0); 00010 }; 00011 } 00012 00013 #endif