Files
ghostty/pkg/macos/video/c.zig
Mitchell Hashimoto 17d844e7bf pkg/macos: more
2024-08-16 16:39:33 -07:00

4 lines
69 B
Zig

pub const c = @cImport({
@cInclude("CoreVideo/CoreVideo.h");
});