GRRLIB/examples/compositing/source/gfx/font3d.h

15 lines
539 B
C
Raw Normal View History

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