diff options
| author | raven <citrons@mondecitronne.com> | 2026-04-09 18:50:16 -0500 |
|---|---|---|
| committer | raven <citrons@mondecitronne.com> | 2026-04-09 18:51:00 -0500 |
| commit | 75920242a0efd749bf88fe1eb9a51946bb2a2365 (patch) | |
| tree | 0f5d35717b915b74e59161c69a722ada7b42123a /src/apl385.h | |
| parent | 18a86e1038b20cb6f8922beead08dcc24ba2a4d3 (diff) | |
context menu to jump to different mappings
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 |
