[AUDIO] Add an example of how to use LoadSoundAlias (#3223)
* Add a function to clone a sound and share data with another sound. * rename items based on feedback * PR Feedback, use custom unload for sound alias, not variant of normal sound unloading * sound_multi example
This commit is contained in:
parent
601cadbae6
commit
62f5382d56
4 changed files with 497 additions and 16 deletions
|
@ -534,6 +534,7 @@ AUDIO = \
|
|||
audio/audio_music_stream \
|
||||
audio/audio_raw_stream \
|
||||
audio/audio_sound_loading \
|
||||
audio/audio_sound_multi \
|
||||
audio/audio_stream_effects \
|
||||
audio/audio_mixed_processor
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue