Function tcod_sys::TCOD_line_mt [] [src]

pub unsafe extern fn TCOD_line_mt(xFrom: c_int,
                                  yFrom: c_int,
                                  xTo: c_int,
                                  yTo: c_int,
                                  listener: TCOD_line_listener_t,
                                  data: *mut TCOD_bresenham_data_t)
                                  -> _bool