liblcf icon indicating copy to clipboard operation
liblcf copied to clipboard

Use enums in lcf structs

Open mateofio opened this issue 5 years ago • 0 comments

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

mateofio avatar May 25 '20 19:05 mateofio