furnace/src/gui/fonts.h

7 lines
266 B
C
Raw Normal View History

2021-12-11 08:11:40 +00:00
#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