blob: 7a671336d0559853727f0725f55b3cc05cadb575 (
plain)
1
2
3
4
5
6
7
8
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
|