9 lines
108 B
C
9 lines
108 B
C
#ifndef TINYFONT_H
|
|
#define TINYFONT_H
|
|
|
|
extern const char TinyFont[];
|
|
|
|
#pragma compile("tinyfont.c")
|
|
|
|
#endif
|