implemented *.pk archives and *.grx images.

This commit is contained in:
morkt
2015-07-16 21:44:20 +04:00
parent 2b59a488c4
commit 4f86894f9f
4 changed files with 391 additions and 2 deletions

View File

@@ -119,6 +119,7 @@
<Compile Include="ArcPAC.cs" />
<Compile Include="ArcPCK.cs" />
<Compile Include="ArcPD.cs" />
<Compile Include="ArcPK.cs" />
<Compile Include="ArcQLIE.cs" />
<Compile Include="ArcRPA.cs" />
<Compile Include="ArcS25.cs" />
@@ -199,6 +200,7 @@
<Compile Include="ImageGGP.cs" />
<Compile Include="ImageGR.cs" />
<Compile Include="ImageGRP.cs" />
<Compile Include="ImageGRX.cs" />
<Compile Include="ImageGS.cs" />
<Compile Include="ImageHG3.cs" />
<Compile Include="ImageIAF.cs" />