* created SoundSource base class
* Music, SoundStream and Sound inherit from SoundSource * moved SoundStatus struct to SoundSource.d git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1348 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
77d248f79e
commit
06d91c6020
6 changed files with 346 additions and 727 deletions
|
@ -33,5 +33,4 @@ public import
|
|||
dsfml.audio.soundbuffer,
|
||||
dsfml.audio.soundbufferrecorder,
|
||||
dsfml.audio.soundrecorder,
|
||||
dsfml.audio.soundstatus,
|
||||
dsfml.audio.soundstream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue