implemented image format used in Softpal archives (VAFSH).

This commit is contained in:
morkt
2016-01-31 02:58:23 +04:00
parent 00f4fd6e23
commit 9b6c4ddff0
5 changed files with 457 additions and 9 deletions

View File

@@ -111,6 +111,7 @@
<Compile Include="Silky\ImageAKB.cs" />
<Compile Include="Softpal\ArcVAFS.cs" />
<Compile Include="Softpal\ImageBPIC.cs" />
<Compile Include="Softpal\ImagePIC.cs" />
<Compile Include="StudioEgo\ArcPAK0.cs" />
<Compile Include="StudioEgo\ImageANT.cs" />
<Compile Include="TechnoBrain\ImageIPH.cs" />