liblcf
liblcf copied to clipboard
Use enums in lcf structs
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