Files
2026-07-18 20:34:55 +02:00

9 lines
108 B
C

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