ghostty/src/gb_math.zig
Mitchell Hashimoto 1a40544220 gb_math
2022-04-04 11:11:24 -07:00

4 lines
62 B
Zig

pub usingnamespace @cImport({
@cInclude("gb_math.h");
});