Include stockfont as part of vita2d_font.c
This commit is contained in:
parent
2078331495
commit
e6e7dd1c3b
File diff suppressed because it is too large
Load Diff
|
@ -301,7 +301,6 @@ FONTS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(VITA)
|
#if defined(VITA)
|
||||||
#include "../vita/stockfont.c"
|
|
||||||
#include "../gfx/drivers_font/vita2d_font.c"
|
#include "../gfx/drivers_font/vita2d_font.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
10652
vita/stockfont.c
10652
vita/stockfont.c
File diff suppressed because it is too large
Load Diff
|
@ -1,14 +0,0 @@
|
||||||
/*
|
|
||||||
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_
|
|
||||||
//---------------------------------------------------------------------------------
|
|
Loading…
Reference in New Issue