implemented WBM bitmaps and ADP1 audio.

This commit is contained in:
morkt
2018-09-22 02:49:41 +04:00
parent 1ffb6b8a3b
commit c0ca2461c0
3 changed files with 214 additions and 0 deletions

View File

@@ -143,6 +143,7 @@
<Compile Include="Cmvs\ArcCPZ1.cs" />
<Compile Include="Cmvs\CpzHeader.cs" />
<Compile Include="Cmvs\HuffmanDecoder.cs" />
<Compile Include="Crc16.cs" />
<Compile Include="Crowd\ImageCRZ.cs" />
<Compile Include="CsWare\ArcDAT.cs" />
<Compile Include="CsWare\ImageB5.cs" />
@@ -176,6 +177,8 @@
<Compile Include="HCSystem\ArcPAK.cs" />
<Compile Include="HCSystem\ImageOPF.cs" />
<Compile Include="HuffmanCompression.cs" />
<Compile Include="Hypatia\AudioADP.cs" />
<Compile Include="Hypatia\ImageWBM.cs" />
<Compile Include="Ikura\ArcGAN.cs" />
<Compile Include="Ikura\ArcTAN.cs" />
<Compile Include="Ikura\ImageGGA.cs" />