Woopsi 1.0
GUI Framework for Nintendo DS Homebrew

couriernew10.h

00001 #ifndef _COURIERNEW10_H_
00002 #define _COURIERNEW10_H_
00003 
00004 #include "packedfont1.h"
00005 
00006 namespace WoopsiUI {
00007 
00011         class CourierNew10 : public PackedFont1 {
00012         public:
00017                 CourierNew10(u8 fixedWidth = 0);
00018         };
00019 }
00020 
00021 #endif