Use proper enums for GuiGetStyle/GuiSetStyle (#125)

This commit is contained in:
Not-Nik 2024-07-27 23:27:00 +02:00
parent 6efc03f6fe
commit c96627f91a
Failed to generate hash of commit
4 changed files with 17 additions and 7 deletions

View file

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