[][src]Function tcod_sys::TCOD_bsp_resize

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
)