mirror of
https://github.com/libretro/RetroArch
synced 2025-01-18 04:12:07 +00:00
15 lines
554 B
C
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_
|
|
//---------------------------------------------------------------------------------
|