From d8064039c77f3d599f63c09196d0696118813ac7 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sun, 12 Feb 2017 11:04:51 +0900 Subject: fmdsp: add status line --- fmdsp/font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fmdsp/font.h') 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 -- cgit v1.2.3