LoadSound abstract method

SoundD LoadSound(
  1. MemoryPointer<RInt8> fileName
)

Load sound from file

Implementation

SoundD LoadSound(
  MemoryPointer<RChar> fileName,
);