Add queue audio function

This commit is contained in:
Alex Clink 2022-02-01 23:49:23 -05:00
parent 4aae686c45
commit cef302ec1b

View file

@ -2,6 +2,7 @@ require "sdl"
@[Link("SDL2")] @[Link("SDL2")]
lib LibSDL lib LibSDL
fun queue_audio = SDL_QueueAudio(dev : AudioDeviceID, data : Int16*, len : UInt32)
end end
module SDL module SDL