GRRLIB/examples/3D_Light2/source/gfx/font.h
N0NameN0 46a2297aa6 [ADD] GRRLIB_ObjectViewInv (see doc for info)
[CHG] Improve GRRLIB_ObjectView
[ADD] 3D_Light2 to show use of GRRLIB_ObjectViewInv
2010-04-29 17:37:00 +00:00

14 lines
529 B
C

/*
This file was autogenerated by raw2c.
Visit http://www.devkitpro.org
*/
//---------------------------------------------------------------------------------
#ifndef _font_h_
#define _font_h_
//---------------------------------------------------------------------------------
extern const unsigned char font[];
extern const int font_size;
//---------------------------------------------------------------------------------
#endif //_font_h_
//---------------------------------------------------------------------------------