mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 00:57:19 -05:00
9 lines
146 B
C
9 lines
146 B
C
#ifndef _NANO_FONT
|
|
#define _NANO_FONT
|
|
|
|
#include <stdint.h>
|
|
#include "PDQ_MinLib/gfxfont.h"
|
|
|
|
extern const GFXfont* ubitx_font;
|
|
|
|
#endif //_NANO_FONT
|