9 lines
208 B
C
9 lines
208 B
C
/* C array of file 'Px437_IBM_VGA_9x8.ttf' */
|
|
|
|
#ifndef _H_FONT_DATA_H
|
|
#define _H_FONT_DATA_H
|
|
|
|
extern const unsigned char debug_font_data[];
|
|
extern const unsigned int debug_font_len;
|
|
|
|
#endif // _H_FONT_DATA_H
|