summaryrefslogtreecommitdiffhomepage
path: root/projects/VS2022/examples/audio_sound_multi.vcxproj
AgeCommit message (Collapse)Author
2023-08-04[AUDIO] Add an example of how to use LoadSoundAlias (#3223)Jeffery Myers
* 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