mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 00:05:45 -04:00
Common: Add a CD image hasher class
This commit is contained in:
@ -42,6 +42,7 @@
|
||||
<ClInclude Include="bitutils.h" />
|
||||
<ClInclude Include="byte_stream.h" />
|
||||
<ClInclude Include="cd_image.h" />
|
||||
<ClInclude Include="cd_image_hasher.h" />
|
||||
<ClInclude Include="cpu_detect.h" />
|
||||
<ClInclude Include="cubeb_audio_stream.h" />
|
||||
<ClInclude Include="d3d11\shader_cache.h" />
|
||||
@ -86,6 +87,7 @@
|
||||
<ClCompile Include="cd_image_bin.cpp" />
|
||||
<ClCompile Include="cd_image_chd.cpp" />
|
||||
<ClCompile Include="cd_image_cue.cpp" />
|
||||
<ClCompile Include="cd_image_hasher.cpp" />
|
||||
<ClCompile Include="cubeb_audio_stream.cpp" />
|
||||
<ClCompile Include="d3d11\shader_cache.cpp" />
|
||||
<ClCompile Include="d3d11\shader_compiler.cpp" />
|
||||
|
Reference in New Issue
Block a user