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