raysan5 / rres

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

Hash functions take data as const #27

Closed mashumafi closed 5 months ago

mashumafi commented 5 months ago

These functions do not need to modify the data buffer provided. Making them const allows easier use.

raysan5 commented 5 months ago

@mashumafi Thanks for the review!