RetroArch/vita/stockfont.h
Francisco José García García 2564370664 (Vita) Vita2d font renderer
2015-10-01 01:10:26 +02:00

15 lines
554 B
C

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