Not-Nik / raylib-zig

Manually tweaked, auto-generated raylib bindings for zig. https://github.com/raysan5/raylib
MIT License
473 stars 101 forks source link

Update enum style #34

Closed mgord9518 closed 1 year ago

mgord9518 commented 1 year ago

Changed a good amount of the enums to PascalCase, which is more commonly used for Zig

Not-Nik commented 1 year ago

It seems the standard library uses snake_case, so if we change the enum style then it should be to that. Also update the examples accordingly.

Not-Nik commented 1 year ago

Fixed in 7e95ad81b5ed8e27f11949718e4f321294ad8a1f