mirror of
https://github.com/SleepingInsomniac/pixelfaucet
synced 2025-01-24 07:58:18 +01:00
Add queue audio function
This commit is contained in:
parent
4aae686c45
commit
cef302ec1b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue