Files
c64-demo-cpp/oscar64/include/gfx/tinyfont.h
T
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