From 62f5382d560bde7fca0565dedfebcdded34ade96 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Fri, 4 Aug 2023 08:14:04 -0700 Subject: [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 --- examples/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 1a4d5f06..ff509894 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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 -- cgit v1.2.3