implemented CPK archives, XTX images and HCA audio.

This commit is contained in:
morkt
2016-03-03 08:55:23 +04:00
parent b41f93cd0e
commit ed365530a6
6 changed files with 1897 additions and 1 deletions

View File

@@ -66,6 +66,10 @@
<Compile Include="Abel\ImageGPS.cs" />
<Compile Include="Actgs\ArcDAT.cs" />
<Compile Include="ArcCG.cs" />
<Compile Include="Cri\ArcCPK.cs" />
<Compile Include="Cri\AudioHCA.cs" />
<Compile Include="Cri\BigEndianReader.cs" />
<Compile Include="Cri\ImageXTX.cs" />
<Compile Include="Entis\ErisaMatrix.cs" />
<Compile Include="ImageLZ.cs" />
<Compile Include="NitroPlus\ArcNPK.cs" />