mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 04:05:46 -04:00
Common: Add WAVWriter class
This commit is contained in:
@ -70,6 +70,7 @@
|
||||
<ClInclude Include="timestamp.h" />
|
||||
<ClInclude Include="types.h" />
|
||||
<ClInclude Include="cd_xa.h" />
|
||||
<ClInclude Include="wav_writer.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="assert.cpp" />
|
||||
@ -102,6 +103,7 @@
|
||||
<ClCompile Include="string_util.cpp" />
|
||||
<ClCompile Include="timer.cpp" />
|
||||
<ClCompile Include="timestamp.cpp" />
|
||||
<ClCompile Include="wav_writer.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Natvis Include="bitfield.natvis" />
|
||||
|
Reference in New Issue
Block a user