//! Raw FFI bindings for the Epic Online Services (EOS) C SDK.
//!
//! This crate intentionally ships **pre-generated bindings** (checked into source) so
//! downstream users do **not** need LLVM/clang installed.
//!
//! Provide the EOS SDK via the `EOS_SDK_DIR` environment variable.
pub use ;
// By default we ship pre-generated bindings so downstream users don't need LLVM/clang.
// If you need to regenerate: build with `--features eos-sys/bindgen`.
pub use *;
include!;