TCOD_heightmap_islandify

Function TCOD_heightmap_islandify 

Source
pub unsafe extern "C" fn TCOD_heightmap_islandify(
    hm: *mut TCOD_heightmap_t,
    seaLevel: f32,
    rnd: TCOD_random_t,
)