audio: soundio partial SoundIo and Device binding
This commit is contained in:
parent
41f42e3ffd
commit
553eb7f628
3 changed files with 62 additions and 0 deletions
5
audio/soundio/Device.zig
Normal file
5
audio/soundio/Device.zig
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
const c = @import("c.zig");
|
||||
|
||||
const SoundIoDevice = @This();
|
||||
|
||||
handle: *c.SoundIoDevice,
|
||||
Loading…
Add table
Add a link
Reference in a new issue