TCOD_heightmap_get_minmax

Function TCOD_heightmap_get_minmax 

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