From fa75caf9f74bb5ad69cc953d52ba26667b7d9562 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Fri, 17 Mar 2017 22:31:59 +0900 Subject: fmdsp: display current filename --- fmdsp/font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fmdsp/font.h') 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 } -- cgit v1.2.3