(Visual Studio) Categorize SoundStream.h with other SoundStream files

This commit is contained in:
Stevoisiak 2015-04-03 14:37:03 -04:00
parent a2c4abcae8
commit 78971b0840
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,6 @@
<ClInclude Include="AudioCommon.h" />
<ClInclude Include="DPL2Decoder.h" />
<ClInclude Include="Mixer.h" />
<ClInclude Include="SoundStream.h" />
<ClInclude Include="WaveFile.h" />
<ClInclude Include="AOSoundStream.h">
<Filter>SoundStreams</Filter>
@ -58,6 +57,9 @@
<ClInclude Include="AlsaSoundStream.h">
<Filter>SoundStreams</Filter>
</ClInclude>
<ClInclude Include="SoundStream.h">
<Filter>SoundStreams</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />