(Visual Studio) Categorize SoundStream.h with other SoundStream files
This commit is contained in:
parent
a2c4abcae8
commit
78971b0840
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue