[][src]Function tcod_sys::TCOD_console_blit

pub unsafe extern "C" fn TCOD_console_blit(
    src: TCOD_console_t,
    xSrc: c_int,
    ySrc: c_int,
    wSrc: c_int,
    hSrc: c_int,
    dst: TCOD_console_t,
    xDst: c_int,
    yDst: c_int,
    foreground_alpha: f32,
    background_alpha: f32
)