Type Definition tcod_sys::TCOD_path_func_t
[−]
[src]
type TCOD_path_func_t = Option<extern fn(_: c_int, _: c_int, _: c_int, _: c_int, _: *mut c_void) -> c_float>;