Type Definition tcod_sys::TCOD_bsp_callback_t

source ·
pub type TCOD_bsp_callback_t = Option<unsafe extern "C" fn(node: *mut TCOD_bsp_t, userData: *mut c_void) -> bool_>;