TCOD_map_new

Function TCOD_map_new 

Source
pub unsafe extern "C" fn TCOD_map_new(
    width: c_int,
    height: c_int,
) -> TCOD_map_t