Add rlgl binding (#77)

This commit is contained in:
Not-Nik 2024-04-14 22:09:41 +02:00
parent 625827ac4c
commit ee7593d5ef
Failed to generate hash of commit
7 changed files with 6022 additions and 6 deletions

View file

@ -0,0 +1,4 @@
// raylib-zig (c) Nikolas Wipper 2024
const rl = @import("raylib-zig");
const rlgl = @import("rlgl.zig");