Merge pull request #2267 from Stevoisiak/soundStream

(Visual Studio) Categorize SoundStream.h with other SoundStream files
This commit is contained in:
Matthew Parlane 2015-04-21 11:10:49 +12:00
commit f35277f215

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" />