1 2 3 4
//! Rust FFI to `SDL2/SDL.h` #![allow(warnings)] include!(concat!(env!("OUT_DIR"), "/bind.rs"));