diff options
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 } |