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