4 lines
86 B
Zig
4 lines
86 B
Zig
const math = @import("std").math;
|
|
const c = @cImport({
|
|
@cInclude("raylib.h");
|
|
});
|