implemented CMP archives, BGD and CGD images.

This commit is contained in:
morkt
2017-01-16 16:51:41 +04:00
parent cf1ce3c889
commit a95fca5d68
5 changed files with 400 additions and 0 deletions

View File

@@ -102,6 +102,9 @@
<Compile Include="Cmvs\ImagePB2.cs" />
<Compile Include="Ellefin\ArcEPK.cs" />
<Compile Include="Entis\ArcPAC.cs" />
<Compile Include="GameSystem\ArcCMP.cs" />
<Compile Include="GameSystem\ImageBGD.cs" />
<Compile Include="GameSystem\ImageCGD.cs" />
<Compile Include="Lz4Stream.cs" />
<Compile Include="Majiro\ImageRC8.cs" />
<Compile Include="Mixwill\ArcARC0.cs" />