[][src]Function tcod_sys::TCOD_heightmap_get_minmax

pub unsafe extern "C" fn TCOD_heightmap_get_minmax(
    hm: *const TCOD_heightmap_t,
    min: *mut f32,
    max: *mut f32
)