//! Low-level FFI bindings for `imgui-node-editor`.
//!
//! This crate binds a repository-local C ABI shim (`dne_*`) layered over
//! `cimnodes_editor` / `imgui-node-editor`. The shim deliberately exposes
//! node, pin, and link IDs as `uintptr_t` values instead of the upstream C++
//! `NodeId*` / `PinId*` / `LinkId*` helper objects.
pub use ;
include!;