//! Low-level FFI bindings for ImGuizmo via the cimguizmo C API
//!
//! This crate pairs with `dear-imgui-sys` and exposes raw bindings to the
//! ImGuizmo library using the cimguizmo C API. Prefer using the higher-level
//! `dear-imguizmo` crate for safe, idiomatic Rust wrappers.
// Re-export Dear ImGui types for compatibility
pub use ;
// Include generated bindings
include!;