From 75920242a0efd749bf88fe1eb9a51946bb2a2365 Mon Sep 17 00:00:00 2001 From: raven Date: Thu, 9 Apr 2026 18:50:16 -0500 Subject: context menu to jump to different mappings --- src/apl385.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/apl385.h (limited to 'src/apl385.h') 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 -- cgit v1.2.3