(GgaFormat): added "gg0" extension.

This commit is contained in:
morkt 2015-06-01 00:52:12 +04:00
parent c635d2263f
commit ef0f5f9eaf

View File

@ -497,7 +497,7 @@ namespace GameRes.Formats.DRS
public GgaFormat ()
{
Extensions = new string[] { "gg1", "gg2", "gg3" };
Extensions = new string[] { "gg1", "gg2", "gg3", "gg0" };
}
internal class GgaMetaData : ImageMetaData