port .ftm loading progress
from LTVA
This commit is contained in:
parent
e809995fa1
commit
c0df3df4ed
7 changed files with 2218 additions and 386 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue