Add FF bank import

This commit is contained in:
OPNA2608 2022-04-10 14:16:33 +02:00
parent 46bf69769b
commit 91d8c48542
4 changed files with 84 additions and 3 deletions

View file

@ -284,6 +284,7 @@ class DivEngine {
void loadS3I(SafeReader& reader, std::vector<DivInstrument*>& ret, String& stripPath);
void loadSBI(SafeReader& reader, std::vector<DivInstrument*>& ret, String& stripPath);
void loadOPM(SafeReader& reader, std::vector<DivInstrument*>& ret, String& stripPath);
void loadFF(SafeReader& reader, std::vector<DivInstrument*>& ret, String& stripPath);
bool initAudioBackend();
bool deinitAudioBackend();