mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-28 15:33:01 +00:00
7 lines
266 B
C
7 lines
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
|