mirror of
https://github.com/raylib-zig/raylib-zig.git
synced 2026-02-06 22:47:07 +00:00
* tidying no change to behavior, just change a few things to be more consistent with the rest * fix enum type conversions setMouseCursor() and setTextureWrap() both took c_int arguments; now they take zig enums instead * make fix_enums table-driven hopefully this is easier to visually parse than the if-else chain