load-sound-alias ( source -- Sound )


Vocabulary
raylib

Inputs
sourcea Sound


Outputs
Sounda Sound


Word description
Create a new sound that shares the same sample data as the source sound, does not own the sound data

Definition