oscar64/include/gfx/tinyfont.h

9 lines
108 B
C

#ifndef TINYFONT_H
#define TINYFONT_H
extern const char TinyFont[];
#pragma compile("tinyfont.c")
#endif