mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-08 10:15:40 -05:00
15 lines
255 B
C
15 lines
255 B
C
|
|
//{{BLOCK(latin_normal)
|
|
|
|
#ifndef __LATIN_NORMAL__
|
|
#define __LATIN_NORMAL__
|
|
|
|
extern const TFont latin_normalFont;
|
|
|
|
#define latin_normalGlyphsLen 4096
|
|
extern const unsigned int latin_normalGlyphs[1024];
|
|
|
|
#endif // __LATIN_NORMAL__
|
|
|
|
//}}BLOCK(latin_normal)
|