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_drumrom.h | |
parent | 96d11d0e5bd23b6a7128f48dfc6233132c6166c6 (diff) |
fmplayer common: move font.rom loading to common
Diffstat (limited to 'common/fmplayer_drumrom.h')
-rw-r--r-- | common/fmplayer_drumrom.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/fmplayer_drumrom.h b/common/fmplayer_drumrom.h new file mode 100644 index 0000000..f1c1d2a --- /dev/null +++ b/common/fmplayer_drumrom.h @@ -0,0 +1,10 @@ +#ifndef MYON_FMPLAYER_DRUMROM_H_INCLUDED +#define MYON_FMPLAYER_DRUMROM_H_INCLUDED + +#include <stdbool.h> + +struct opna_drum; +bool fmplayer_drum_rom_load(struct opna_drum *drum); +bool fmplayer_drum_loaded(void); + +#endif // MYON_FMPLAYER_DRUMROM_H_INCLUDED |