//! Qt interface. #![allow(unused_imports)] #![allow(dead_code)] use maraiah::ffi as libc; include!(concat!(env!("OUT_DIR"), "/src/ffi.rs")); // EOF