[][src]Function tcod_sys::TCOD_heightmap_add_voronoi

pub unsafe extern "C" fn TCOD_heightmap_add_voronoi(
    hm: *mut TCOD_heightmap_t,
    nbPoints: c_int,
    nbCoef: c_int,
    coef: *const f32,
    rnd: TCOD_random_t
)