Move WW compression formats into Mods.Common.

This commit is contained in:
Paul Chote
2016-01-04 20:10:28 +00:00
parent 83477ec19e
commit 9f4b7097b2
9 changed files with 10 additions and 9 deletions

View File

@@ -255,9 +255,6 @@
<Compile Include="Primitives\ObservableList.cs" />
<Compile Include="Graphics\RgbaColorRenderer.cs" />
<Compile Include="Traits\Player\IndexedPlayerPalette.cs" />
<Compile Include="FileFormats\LCWCompression.cs" />
<Compile Include="FileFormats\XORDeltaCompression.cs" />
<Compile Include="FileFormats\RLEZerosCompression.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="FileSystem\D2kSoundResources.cs" />