(MWP): added "mwp" extension.

This commit is contained in:
morkt 2018-07-15 00:14:26 +04:00
parent 2481256f16
commit f04a768ec5

View File

@ -39,7 +39,7 @@ namespace GameRes.Formats.Emic
public MwpFormat ()
{
Extensions = new string[] { "bmp" };
Extensions = new string[] { "mwp", "bmp" };
Signatures = new uint[] { 0x1050574D, 0x4C594554 }; // 'TEYL'
}