Support for TFEv1 files

This commit is contained in:
techmetx11 2024-04-13 06:43:37 +00:00
parent 4bc4bfac32
commit ad160b5d88
No known key found for this signature in database
GPG key ID: 20E0C88A0E7E5AF2
3 changed files with 337 additions and 124 deletions

View file

@ -554,7 +554,8 @@ class DivEngine {
bool loadS3M(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);
bool loadTFM(unsigned char* file, size_t len);
bool loadTFMv1(unsigned char* file, size_t len);
bool loadTFMv2(unsigned char* file, size_t len);
void loadDMP(SafeReader& reader, std::vector<DivInstrument*>& ret, String& stripPath);
void loadTFI(SafeReader& reader, std::vector<DivInstrument*>& ret, String& stripPath);