Not-Nik / raylib-zig

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

macosx -> macos; double -> f64 #7

Closed Gertkeno closed 3 years ago

Gertkeno commented 3 years ago

I'm assuming macosx has been replaced in zig 0.7.0 by just macos. I don't believe double was a valid type but GetTime() builds and works with f64

Not-Nik commented 3 years ago

Im going to add the double stuff to the function generation script real quick and then merge