Type Definition tcod_sys::TCOD_bsp_callback_t [] [src]

type TCOD_bsp_callback_t = Option<extern fn(_: *mut TCOD_bsp_t, _: *mut c_void) -> _bool>;