mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
8 lines
171 B
Zig
8 lines
171 B
Zig
pub const c = @import("c.zig");
|
|
pub usingnamespace @import("class.zig");
|
|
pub usingnamespace @import("sel.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|