summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorJeffery Myers <[email protected]>2023-08-04 08:14:04 -0700
committerGitHub <[email protected]>2023-08-04 17:14:04 +0200
commit62f5382d560bde7fca0565dedfebcdded34ade96 (patch)
treec40964e75e5489ee671dff35a71c74703f3e43ff /examples/Makefile
parent601cadbae6a7561d2114de891f374a2d9f2f497e (diff)
downloadraylib-62f5382d560bde7fca0565dedfebcdded34ade96.tar.gz
raylib-62f5382d560bde7fca0565dedfebcdded34ade96.zip
[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
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile1
1 files changed, 1 insertions, 0 deletions
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