Maraiah/tycho/source/gui.rs

11 lines
139 B
Rust

//! GUI implementation.
mod mapmodel;
mod mapview;
mod qobj;
pub use self::mapmodel::IMapModel;
pub use self::mapview::IMapView;
// EOF