Load_IFF() : support ACBM IFF subtype

This commit is contained in:
Thomas Bernard
2018-02-04 01:14:43 +01:00
parent f6fa546480
commit d59c7b6d26
3 changed files with 55 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ enum FILE_FORMATS
FORMAT_PKM,
FORMAT_LBM,
FORMAT_PBM,
FORMAT_ACBM,
FORMAT_IMG,
FORMAT_SCx,
FORMAT_PI1,