RagnarokResearchLab / ragnarokresearchlab.github.io

Documentation that covers the technical aspects of Ragnarok Online
https://ragnarokresearchlab.github.io
12 stars 5 forks source link

Streamline the types used throughout all file format reference pages #82

Open rdw-software opened 11 months ago

rdw-software commented 11 months ago

This: https://github.com/RagnarokResearchLab/ragnarokresearchlab.github.io/blob/main/docs/file-formats/01-index.md

It's probably clearer to use the standard C types, like uint8_t or uint32_t - possibly annotated with a "friendlier" name.

Edit: Can probably also use u32 and similar types. Potentially with a switch to change from Rust to C/C++ style types?