TCOD_struct_add_property

Function TCOD_struct_add_property 

Source
pub unsafe extern "C" fn TCOD_struct_add_property(
    def: TCOD_parser_struct_t,
    name: *const c_char,
    type_: TCOD_value_type_t,
    mandatory: bool_,
)