TCOD_bsp_resize

Function TCOD_bsp_resize 

Source
pub unsafe extern "C" fn TCOD_bsp_resize(
    node: *mut TCOD_bsp_t,
    x: c_int,
    y: c_int,
    w: c_int,
    h: c_int,
)