UnloadSound method

void UnloadSound(
  1. SoundC sound
)

Implementation

void UnloadSound(SoundC sound) {
  return _UnloadSound(sound);
}