implemented Palette PACK2 archives, PGA and CHR images

This commit is contained in:
morkt
2015-10-26 22:17:12 +04:00
parent 97c5849edd
commit 6730b14c98
5 changed files with 302 additions and 0 deletions

View File

@@ -76,6 +76,9 @@
<Compile Include="elf\ImageGP8.cs" />
<Compile Include="Gpk2\ArcGPK2.cs" />
<Compile Include="Gpk2\ImageGFB.cs" />
<Compile Include="Palette\ArcCHR.cs" />
<Compile Include="Palette\ArcPAK.cs" />
<Compile Include="Palette\ImagePGA.cs" />
<Compile Include="Sas5\ArcIAR.cs" />
<Compile Include="Sas5\ArcSec5.cs" />
<Compile Include="Sas5\ArcWAR.cs" />