aboutsummaryrefslogtreecommitdiff
path: root/common/fmplayer_fontrom.h
blob: 601cecc82c760d7f150456c4603b4a8183057e99 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MYON_FMPLAYER_FONTROM_H_INCLUDED
#define MYON_FMPLAYER_FONTROM_H_INCLUDED

#include <stdbool.h>

struct fmdsp_font;

// true if font rom available, false if using alternatives
bool fmplayer_font_rom_load(struct fmdsp_font *font);

#endif // MYON_FMPLAYER_FONTROM_H_INCLUDED