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

Use enums in lcf structs #370

Open
fmatthew5876 opened this issue May 25, 2020 · 0 comments
Open

Use enums in lcf structs #370

fmatthew5876 opened this issue May 25, 2020 · 0 comments
Labels

Comments

@fmatthew5876
Copy link
Contributor

liblcf defines enums but uses int32_t in it's rpg structs. This breaks the type safety provided by enums and forces a lot of static_casts.

Change lcf structures to use the enums with : int32_t type specifiers

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

No branches or pull requests

2 participants