RetroArch/vita/stockfont.h

15 lines
554 B
C
Raw Normal View History

2015-10-01 01:10:26 +02:00
/*
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_
//---------------------------------------------------------------------------------