mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-24 08:01:12 +00:00
9 lines
201 B
Zig
9 lines
201 B
Zig
const iosurface = @import("iosurface/iosurface.zig");
|
|
|
|
pub const c = @import("iosurface/c.zig").c;
|
|
pub const IOSurface = iosurface.IOSurface;
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|