added LZMA decompressor from LZMA SDK.

This commit is contained in:
morkt
2018-10-03 17:54:47 +04:00
parent 199cff100b
commit dddc29a141
8 changed files with 1252 additions and 0 deletions

View File

@@ -196,6 +196,13 @@
<Compile Include="Lilim\ImageIMG.cs" />
<Compile Include="LiveMaker\ArcGALX.cs" />
<Compile Include="Aims\ArcPACK.cs" />
<Compile Include="Lzma\ICoder.cs" />
<Compile Include="Lzma\LzmaBase.cs" />
<Compile Include="Lzma\LzmaDecoder.cs" />
<Compile Include="Lzma\LzOutWindow.cs" />
<Compile Include="Lzma\RangeCoder.cs" />
<Compile Include="Lzma\RangeCoderBit.cs" />
<Compile Include="Lzma\RangeCoderBitTree.cs" />
<Compile Include="Maika\ArcBK.cs" />
<Compile Include="Maika\ArcMIK01.cs" />
<Compile Include="Maika\AudioWV5.cs" />