00001 00002 // 00003 // poorrichard12.h 00004 // 00005 // Do not edit - created by 'bmp2font' from bitmaps/poorrichard12.bmp 00006 // 00007 00008 #ifndef _POOR_RICHARD_12_H_ 00009 #define _POOR_RICHARD_12_H_ 00010 00011 #include "packedfont16.h" 00012 00013 namespace WoopsiUI { 00014 class PoorRichard12: public PackedFont16 { 00015 public: 00016 PoorRichard12(u8 fixedWidth=0); 00017 }; 00018 } 00019 00020 #endif