TCOD_line_step_mt

Function TCOD_line_step_mt 

Source
pub unsafe extern "C" fn TCOD_line_step_mt(
    xCur: *mut c_int,
    yCur: *mut c_int,
    data: *mut TCOD_bresenham_data_t,
) -> bool_