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