raysan5 / rres

A simple and easy-to-use file-format to package resources
MIT License
391 stars 34 forks source link

Review some types and casts #23

Closed Bigfoot71 closed 10 months ago

Bigfoot71 commented 10 months ago

As you suggested here I reviewed some types and casts in rres-raylib.h. (only the most obvious things)

I have seen the use in some places of uint8_t while all the rest of the code uses unsigned char, should this be corrected for consistency or is it a personal choice?

raysan5 commented 10 months ago

@Bigfoot71 thank you very much! way better! 👍🙂