Files
2025-12-05 21:26:20 -08:00

16 lines
179 B
C

#ifndef FONT_H
#define FONT_H
#ifdef __cplusplus
extern "C" {
#endif
extern const unsigned char Font[];
extern const unsigned int FontSize;
#ifdef __cplusplus
}
#endif
#endif