LoadSound method

SoundC LoadSound(
  1. Pointer<Char> fileName
)

Load sound from file

Implementation

SoundC LoadSound(Pointer<Char> fileName)
  => _LoadSound(fileName);