mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
11 lines
248 B
Zig
11 lines
248 B
Zig
pub const c = @import("c.zig");
|
|
pub usingnamespace @import("class.zig");
|
|
pub usingnamespace @import("sel.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
|
|
// TODO: remove once we integrate this
|
|
_ = @import("msg_send.zig");
|
|
}
|