TCOD_dijkstra_compute

Function TCOD_dijkstra_compute 

Source
pub unsafe extern "C" fn TCOD_dijkstra_compute(
    dijkstra: TCOD_dijkstra_t,
    root_x: c_int,
    root_y: c_int,
)