mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-08 19:47:28 +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