[][src]Function tcod_sys::TCOD_heightmap_add_hill

pub unsafe extern "C" fn TCOD_heightmap_add_hill(
    hm: *mut TCOD_heightmap_t,
    hx: f32,
    hy: f32,
    hradius: f32,
    hheight: f32
)