5 lines
87 B
Zig
5 lines
87 B
Zig
const c = @import("c.zig");
|
|
|
|
const SoundIoDevice = @This();
|
|
|
|
handle: *c.SoundIoDevice,
|