LoadSound function

SoundD LoadSound(
  1. String fileName
)

Implementation

SoundD LoadSound(
  String fileName,
) => _module.LoadSound(fileName);