Add the OSS player to the vcproj

It's never used on Windows, but it's useful to have all of the files in
the project, and the other non-Windows audio players are already in the
project.

Originally committed to SVN as r6314.
This commit is contained in:
Thomas Goyne 2012-01-19 00:43:43 +00:00
parent a72fb8f5bf
commit c75fb1d069

View file

@ -425,6 +425,14 @@
RelativePath="..\..\src\audio_player_openal.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_oss.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_player_oss.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_portaudio.cpp"
>