implemented CPZ1 archives.

This commit is contained in:
morkt
2018-05-22 17:43:32 +04:00
parent de5118f13c
commit 0b52b4db80
2 changed files with 103 additions and 0 deletions

View File

@@ -132,6 +132,7 @@
<Compile Include="Cadath\ImageCGF.cs" />
<Compile Include="Carriere\ArcARC.cs" />
<Compile Include="Carriere\ImageCGD.cs" />
<Compile Include="Cmvs\ArcCPZ1.cs" />
<Compile Include="Cmvs\CpzHeader.cs" />
<Compile Include="Cmvs\HuffmanDecoder.cs" />
<Compile Include="Crowd\ImageCRZ.cs" />
@@ -649,6 +650,7 @@
<Compile Include="uGOS\ArcDET.cs" />
<Compile Include="uGOS\ImageBMP.cs" />
<Compile Include="AdvSys\ArcGR2.cs" />
<Compile Include="UMeSoft\ArcMGX.cs" />
<Compile Include="UMeSoft\ArcPK.cs" />
<Compile Include="Qlie\ArcQLIE.cs" />
<Compile Include="RenPy\ArcRPA.cs" />