diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-17 22:31:59 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-17 22:31:59 +0900 |
commit | fa75caf9f74bb5ad69cc953d52ba26667b7d9562 (patch) | |
tree | 93aedc0957c4d1e9024eff90e08bc6e8a4fb4a90 /fmdsp/font.h | |
parent | 10aa49dcf1e28f1cb7365123644196ad6a31a5e2 (diff) |
fmdsp: display current filename
Diffstat (limited to 'fmdsp/font.h')
-rw-r--r-- | fmdsp/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fmdsp/font.h b/fmdsp/font.h index 0176c80..ec39ed3 100644 --- a/fmdsp/font.h +++ b/fmdsp/font.h @@ -69,6 +69,7 @@ enum { void fmdsp_font_from_font_rom(struct fmdsp_font *font, const void *data); extern const struct fmdsp_font font_fmdsp_small; +extern const struct fmdsp_font font_fmdsp_medium; #ifdef __cplusplus } |