Function tcod_sys::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_