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