[][src]Function tcod_sys::TCOD_heightmap_set_value

pub unsafe extern "C" fn TCOD_heightmap_set_value(
    hm: *mut TCOD_heightmap_t,
    x: c_int,
    y: c_int,
    value: f32
)