Use single library files instead of keeping function declarations in a seperate file
This commit is contained in:
parent
dbe087d208
commit
af773c79e2
6 changed files with 1321 additions and 590 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// raylib-zig (c) Nikolas Wipper 2023
|
||||
|
||||
const rl = @import("raylib-zig.zig");
|
||||
|
||||
const Matrix = rl.Matrix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue