Function tcod_sys::TCOD_map_set_properties [] [src]

pub unsafe extern fn TCOD_map_set_properties(map: TCOD_map_t,
                                             x: c_int,
                                             y: c_int,
                                             is_transparent: _bool,
                                             is_walkable: _bool)