furnace/src/gui/fonts.h
2021-12-11 03:11:40 -05:00

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