#![allow(warnings)] #[macro_use] extern crate const_env; mod _if; pub use _if::GameIf; pub mod data; pub mod gens; pub mod _loop; pub mod _match; pub mod config; pub mod io; pub mod lobby; pub mod map; pub mod mapstore; pub mod server; pub mod stats; pub mod users; pub mod wire; pub use identity::Identity as Id;