mach/audio/soundio/Device.zig

5 lines
87 B
Zig

const c = @import("c.zig");
const SoundIoDevice = @This();
handle: *c.SoundIoDevice,