1
0
Fork 0
mirror of https://github.com/GRRLIB/GRRLIB.git synced 2025-01-14 01:39:17 +00:00
GRRLIB/examples/3D_sample5/source/gfx/font.h

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_
//---------------------------------------------------------------------------------