diff options
Diffstat (limited to 'fmdsp/font.h')
-rw-r--r-- | fmdsp/font.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fmdsp/font.h b/fmdsp/font.h index 8c57284..0176c80 100644 --- a/fmdsp/font.h +++ b/fmdsp/font.h @@ -68,6 +68,8 @@ enum { void fmdsp_font_from_font_rom(struct fmdsp_font *font, const void *data); +extern const struct fmdsp_font font_fmdsp_small; + #ifdef __cplusplus } #endif |