GRRLIB/examples/3D_LightDiffuse/source/gfx/font.h
N0NameN0 dd1aa7045f [ADD] First Diffuse Light functions (lot of work need about light in general...)
[ADD] a Diffuse Light sample code (3 lights sources)
2010-01-05 21:39:31 +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_
//---------------------------------------------------------------------------------