sgdk
font.h
Go to the documentation of this file.
00001 
00010 #ifndef _FONT_H_
00011 #define _FONT_H_
00012 
00013 
00014 // contains definition of the base font
00015 #include "vdp.h"
00016 #include "bmp.h"
00017 #include "vdp_tile.h"
00018 #include "libres.h"
00019 
00020 
00021 #endif // _FONT_H_
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines