WOPN progress

This commit is contained in:
James Alan Nguyen 2022-05-09 17:49:56 +10:00
parent 77af4fda2a
commit 25abf4c733
3 changed files with 282 additions and 10 deletions

View file

@ -397,6 +397,8 @@ class DivEngine {
void loadGYB(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);
void loadWOPL(SafeReader& reader, std::vector<DivInstrument*>& ret, String& stripPath);
void loadWOPN(SafeReader& reader, std::vector<DivInstrument*>& ret, String& stripPath);
bool initAudioBackend();
bool deinitAudioBackend();