implemented GEC images.

This commit is contained in:
morkt
2016-06-21 17:48:03 +04:00
parent 880245fea4
commit 49c66fecc2
4 changed files with 348 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ namespace GameRes.Formats.Banana // namespace is arbitrary, actual format source
public PkOpener ()
{
Extensions = new string[] { "pk" };
Extensions = new string[] { "pk", "dat" };
}
public override ArcFile TryOpen (ArcView file)