Extract WavReader to own file and move it to FileFormats

This commit is contained in:
reaperrr
2016-06-23 23:47:14 +02:00
parent f1882e2dd6
commit 61acbe70d6
3 changed files with 181 additions and 164 deletions

View File

@@ -729,6 +729,7 @@
<Compile Include="Traits\Render\WithIdleAnimation.cs" />
<Compile Include="FileFormats\AudReader.cs" />
<Compile Include="FileFormats\ImaAdpcmReader.cs" />
<Compile Include="FileFormats\WavReader.cs" />
<Compile Include="FileFormats\VqaReader.cs" />
<Compile Include="FileFormats\LCWCompression.cs" />
<Compile Include="FileFormats\XORDeltaCompression.cs" />