implemented PCG archives.

This commit is contained in:
morkt
2018-01-20 09:43:31 +04:00
parent ac50e3244c
commit 7d7f5a71d2
2 changed files with 219 additions and 0 deletions

View File

@@ -122,6 +122,7 @@
<Compile Include="DirectDraw\DxtDecoder.cs" />
<Compile Include="elf\ArcAi5DAT.cs" />
<Compile Include="elf\ImageRMT.cs" />
<Compile Include="Groover\ArcPCG.cs" />
<Compile Include="HuffmanCompression.cs" />
<Compile Include="Ikura\ArcTAN.cs" />
<Compile Include="Ikura\ImageGGA.cs" />
@@ -133,6 +134,7 @@
<Compile Include="Lambda\ImageCLS.cs" />
<Compile Include="Lilim\ImageIMG.cs" />
<Compile Include="Maika\ArcBK.cs" />
<Compile Include="Misc\ArcBIN.cs" />
<Compile Include="Nekopunch\ImagePBM.cs" />
<Compile Include="Nexas\ArcTPF.cs" />
<Compile Include="LiveMaker\ImageGALX.cs" />