tjammer / raylib-ocaml

OCaml bindings for raylib and raygui
https://tjammer.github.io/raylib-ocaml/
MIT License
175 stars 14 forks source link

Add missing audio fields #23

Closed sjpgarcia closed 2 years ago

sjpgarcia commented 2 years ago

Closes #22

tjammer commented 2 years ago

Nice, thanks! The PR looks good so far. The only thing you could add are doc comments for the getters. The (semi-generated) ones use the field comment from raylib.h, like https://github.com/raysan5/raylib/blob/master/src/raylib.h#L421 https://github.com/tjammer/raylib-ocaml/blob/master/src/raylib/raylib.mli#L1403

tjammer commented 2 years ago

Perfect :) Again, many thanks for contributing this

sjpgarcia commented 2 years ago

Glad to help!