raysan5 / rres

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

Minor issues and typos #10

Closed gingerBill closed 2 years ago

gingerBill commented 2 years ago

https://github.com/raysan5/rres/blob/9d7f3290af0b47144c9d12b300a28bcb875bdfe1/src/rres.h#L348-L349 Rename the UCS2_ encodings to UTF16_ as virtually nothing uses UCS2_ any more. Windows uses UTF16.

https://github.com/raysan5/rres/blob/9d7f3290af0b47144c9d12b300a28bcb875bdfe1/src/rres.h#L365 Type RRES_CODE_LANG_ODING should be RRES_CODE_LANG_ODIN

raysan5 commented 2 years ago

Hi @gingerBill! Thanks for point those issues! Feeling a bit embarrassed of misspelling Odin! Issues reviewed! :D