Improved the API documentation in the audio module

Added sf::SoundSource as a base class of both sf::Sound and sf::SoundStream

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1253 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2009-10-30 16:14:26 +00:00
parent 3c0d42fdd0
commit 7d5f354850
14 changed files with 682 additions and 386 deletions

View file

@ -116,6 +116,7 @@
<Unit filename="..\..\include\SFML\Audio\SoundBuffer.hpp" />
<Unit filename="..\..\include\SFML\Audio\SoundBufferRecorder.hpp" />
<Unit filename="..\..\include\SFML\Audio\SoundRecorder.hpp" />
<Unit filename="..\..\include\SFML\Audio\SoundSource.hpp" />
<Unit filename="..\..\include\SFML\Audio\SoundStream.hpp" />
<Unit filename="..\..\src\SFML\Audio\ALCheck.cpp" />
<Unit filename="..\..\src\SFML\Audio\ALCheck.hpp" />
@ -129,6 +130,7 @@
<Unit filename="..\..\src\SFML\Audio\SoundFile.cpp" />
<Unit filename="..\..\src\SFML\Audio\SoundFile.hpp" />
<Unit filename="..\..\src\SFML\Audio\SoundRecorder.cpp" />
<Unit filename="..\..\src\SFML\Audio\SoundSource.cpp" />
<Unit filename="..\..\src\SFML\Audio\SoundStream.cpp" />
<Extensions>
<code_completion />