TCOD_heightmap_copy

Function TCOD_heightmap_copy 

Source
pub unsafe extern "C" fn TCOD_heightmap_copy(
    hm_source: *const TCOD_heightmap_t,
    hm_dest: *mut TCOD_heightmap_t,
)