Common: Add ProgressCallback class

This commit is contained in:
Connor McLaughlin
2020-03-12 13:54:27 +10:00
parent 8f39a0f154
commit 8028b7b4a3
5 changed files with 524 additions and 0 deletions

View File

@ -60,6 +60,7 @@
<ClInclude Include="log.h" />
<ClInclude Include="md5_digest.h" />
<ClInclude Include="null_audio_stream.h" />
<ClInclude Include="progress_callback.h" />
<ClInclude Include="rectangle.h" />
<ClInclude Include="cd_subchannel_replacement.h" />
<ClInclude Include="state_wrapper.h" />
@ -94,6 +95,7 @@
<ClCompile Include="log.cpp" />
<ClCompile Include="md5_digest.cpp" />
<ClCompile Include="null_audio_stream.cpp" />
<ClCompile Include="progress_callback.cpp" />
<ClCompile Include="state_wrapper.cpp" />
<ClCompile Include="cd_xa.cpp" />
<ClCompile Include="string.cpp" />