Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Duckwhale opened this issue Oct 2, 2023 · 0 comments
Open

Comments

@Duckwhale
Copy link
Member

Duckwhale commented Oct 2, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant