ghostty/pkg/objc/c.zig
Mitchell Hashimoto dd8fde52d9 pkg/objc starting
2022-10-25 16:21:11 -07:00

5 lines
100 B
Zig

pub usingnamespace @cImport({
@cInclude("objc/runtime.h");
@cInclude("objc/message.h");
});