//! Low-level FFI bindings for Dear ImGui Test Engine.
//!
//! This crate provides raw bindings to a small C shim over the upstream C++
//! `imgui_test_engine` API. Prefer `dear-imgui-test-engine` for a safer,
//! idiomatic wrapper.
pub use ImGuiContext;
include!;