TCOD_line

Function TCOD_line 

Source
pub unsafe extern "C" fn TCOD_line(
    xFrom: c_int,
    yFrom: c_int,
    xTo: c_int,
    yTo: c_int,
    listener: TCOD_line_listener_t,
) -> bool_