Rename Adpcm to ImaAdpcm everywhere.

To avoid confusion with Microsoft ADPCM and other ADPCMs.
This commit is contained in:
reaperrr
2014-09-14 13:27:46 +02:00
parent c7c816f22e
commit fec5eb178c
3 changed files with 18 additions and 18 deletions

View File

@@ -261,7 +261,7 @@
<Compile Include="InstallUtils.cs" />
<Compile Include="Manifest.cs" />
<Compile Include="Graphics\Vertex.cs" />
<Compile Include="FileFormats\AdpcmLoader.cs" />
<Compile Include="FileFormats\ImaAdpcmLoader.cs" />
<Compile Include="FileFormats\AudLoader.cs" />
<Compile Include="FileFormats\Blast.cs" />
<Compile Include="FileFormats\Blowfish.cs" />