[][src]Type Definition tcod_sys::TCOD_line_listener_t

type TCOD_line_listener_t = Option<unsafe extern "C" fn(x: c_int, y: c_int) -> bool_>;