diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-02-12 11:04:51 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-02-12 11:04:51 +0900 |
commit | d8064039c77f3d599f63c09196d0696118813ac7 (patch) | |
tree | fcef4e66045bb8a39dc89e08cdf5f31888266109 /fmdsp/font.h | |
parent | 93dde8cf16973e07e687e7e0740cf02c38786c38 (diff) |
fmdsp: add status line
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 |