Include stockfont as part of vita2d_font.c

This commit is contained in:
twinaphex 2015-11-17 08:37:55 +01:00
parent 2078331495
commit e6e7dd1c3b
4 changed files with 10650 additions and 10669 deletions

File diff suppressed because it is too large Load Diff

View File

@ -301,7 +301,6 @@ FONTS
#endif
#if defined(VITA)
#include "../vita/stockfont.c"
#include "../gfx/drivers_font/vita2d_font.c"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -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_
//---------------------------------------------------------------------------------