00001 00002 // 00003 // courier.h 00004 // 00005 // Do not edit - created by 'bmp2font' from courier.bmp 00006 // 00007 #pragma once 00008 #include "packedfont16.h" 00009 namespace WoopsiUI { 00010 class Courier: public PackedFont16 { 00011 public: 00012 Courier(u8 fixedWidth=0); 00013 }; 00014 }