[][src]Function tcod_sys::TCOD_dijkstra_path_walk

pub unsafe extern "C" fn TCOD_dijkstra_path_walk(
    dijkstra: TCOD_dijkstra_t,
    x: *mut c_int,
    y: *mut c_int
) -> bool_