1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-25 12:41:18 +00:00
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_
//---------------------------------------------------------------------------------