PlaySound function

  1. @Native<Void Function(Sound)>(Sound)>()
void PlaySound(
  1. Sound sound
)

Implementation

@ffi.Native<ffi.Void Function(Sound)>()
external void PlaySound(Sound sound);