Maraiah/src/marathon/mod.rs

7 lines
81 B
Rust

//! Library for Marathon data formats.
pub mod term;
pub mod wad;
// EOF