5 lines
89 B
Zig
5 lines
89 B
Zig
|
|
pub const raylib = @cImport({
|
||
|
|
@cInclude("raylib.h");
|
||
|
|
@cInclude("raymath.h");
|
||
|
|
});
|