Woopsi 1.0
GUI Framework for Nintendo DS Homebrew
|
00001 #ifndef _GLYPHFONT_H_ 00002 #define _GLYPHFONT_H_ 00003 00004 #include "packedfont16.h" 00005 00006 namespace WoopsiUI { 00007 00011 class GlyphFont : public PackedFont16 { 00012 public: 00016 GlyphFont(); 00017 }; 00018 } 00019 00020 #endif