Partially working TFM file format (v2) importer

This commit is contained in:
techmetx11 2024-04-10 15:13:54 +00:00
parent 63e7fa085a
commit c2ad98b998
No known key found for this signature in database
GPG key ID: 20E0C88A0E7E5AF2
5 changed files with 235 additions and 0 deletions

View file

@ -551,6 +551,7 @@ 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);
void loadDMP(SafeReader& reader, std::vector<DivInstrument*>& ret, String& stripPath);
void loadTFI(SafeReader& reader, std::vector<DivInstrument*>& ret, String& stripPath);