//! Portable, reusable data model shared by the library, CLI, and WASM bindings.
//!
//! Parsing lives in [`crate::formats`] and [`crate::archive`]; this module
//! holds the public shapes that callers should depend on. Prefer these types
//! over re-defining DTOs in downstream crates.
pub use War3MapHeader;
pub use ;
pub use War3MapMetadata;
pub use ;