diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-09-20 23:26:07 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-09-20 23:26:07 +0900 |
commit | aa27f073c63cb8120e9debebb627c6282870397a (patch) | |
tree | 07ecb85419120bbe1804f094ee3824ecf0243c67 /common/fmplayer_fontrom.h | |
parent | 96d11d0e5bd23b6a7128f48dfc6233132c6166c6 (diff) |
fmplayer common: move font.rom loading to common
Diffstat (limited to 'common/fmplayer_fontrom.h')
-rw-r--r-- | common/fmplayer_fontrom.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/fmplayer_fontrom.h b/common/fmplayer_fontrom.h new file mode 100644 index 0000000..7a67133 --- /dev/null +++ b/common/fmplayer_fontrom.h @@ -0,0 +1,9 @@ +#ifndef MYON_FMPLAYER_FONTROM_H_INCLUDED +#define MYON_FMPLAYER_FONTROM_H_INCLUDED + +struct fmdsp_font; + +// always succeeds +void fmplayer_font_rom_load(struct fmdsp_font *font); + +#endif // MYON_FMPLAYER_FONTROM_H_INCLUDED |