rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 06 Jul 2020 13:51:41 +0200
changeset 15688 31ca6451056a
parent 15570 d524b7450576
child 15881 212e16c60bf5
permissions -rw-r--r--
AI: 0.01% chance to use kamikaze with "wishes" ;-)

#[cfg(feature = "official-server")]
mod database;
pub mod demo;
mod haskell;
#[cfg(feature = "official-server")]
pub mod io;
pub mod network;