TCOD_dijkstra_path_walk

Function TCOD_dijkstra_path_walk 

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