audio: soundio partial SoundIo and Device binding

This commit is contained in:
alichraghi 2022-06-28 23:19:36 +04:30 committed by Stephen Gutekanst
parent 41f42e3ffd
commit 553eb7f628
3 changed files with 62 additions and 0 deletions

View file

@ -1,2 +1,4 @@
pub usingnamespace @import("enums.zig");
pub usingnamespace @import("SoundIo.zig");
pub usingnamespace @import("Device.zig");
pub const Error = @import("error.zig").Error;