Partially working TFM file format (v2) importer
This commit is contained in:
parent
63e7fa085a
commit
c2ad98b998
5 changed files with 235 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue