diff options
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 |