diff options
Diffstat (limited to 'src/apl385.h')
| -rw-r--r-- | src/apl385.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/apl385.h b/src/apl385.h new file mode 100644 index 0000000..7755692 --- /dev/null +++ b/src/apl385.h @@ -0,0 +1,7 @@ +#ifndef APL385_H +#define APL385_H + +extern unsigned char apl385_ttf[]; +extern unsigned int apl385_ttf_len; + +#endif |
