summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2023-03-07 19:48:47 +0100
committerRay <[email protected]>2023-03-07 19:48:47 +0100
commit1b873b028f18486d31bb5c75f6b04a4de4c8d9fa (patch)
tree16c38ad8ccce7f663925b2de141f0c94719a87ab /examples/Makefile
parent3a332d241c1c675c8b581fe3a29e328983642fe4 (diff)
downloadraylib-1b873b028f18486d31bb5c75f6b04a4de4c8d9fa.tar.gz
raylib-1b873b028f18486d31bb5c75f6b04a4de4c8d9fa.zip
WARNING: REMOVED: Multichannel audio support API
It was quite restrictive and hacky implementation, just load multiple types same sound to play multiple instances.
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 0b524015..6b0b4a84 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -531,7 +531,6 @@ AUDIO = \
audio/audio_music_stream \
audio/audio_raw_stream \
audio/audio_sound_loading \
- audio/audio_multichannel_sound \
audio/audio_stream_effects
CURRENT_MAKEFILE = $(lastword $(MAKEFILE_LIST))