port .ftm loading progress

from LTVA
This commit is contained in:
tildearrow 2024-03-16 03:45:35 -05:00
parent e809995fa1
commit c0df3df4ed
7 changed files with 2218 additions and 386 deletions

View file

@ -547,7 +547,7 @@ class DivEngine {
bool loadFur(unsigned char* file, size_t len, int variantID=0);
bool loadMod(unsigned char* file, size_t len);
bool loadS3M(unsigned char* file, size_t len);
bool loadFTM(unsigned char* file, size_t len);
bool loadFTM(unsigned char* file, size_t len, bool dnft, bool dnftSig, bool eft);
bool loadFC(unsigned char* file, size_t len);
void loadDMP(SafeReader& reader, std::vector<DivInstrument*>& ret, String& stripPath);