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