mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 21:45:12 +00:00
7 lines
No EOL
266 B
C
7 lines
No EOL
266 B
C
#ifndef _FONTS_H
|
|
#define _FONTS_H
|
|
extern const unsigned int defFont_main_compressed_size;
|
|
extern const unsigned int defFont_main_compressed_data[];
|
|
extern const unsigned int defFont_pat_compressed_size;
|
|
extern const unsigned int defFont_pat_compressed_data[];
|
|
#endif |