rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 15 Sep 2019 15:20:35 +0200
changeset 15406 bf49f26b1fa9
parent 15080 e935b1ad23f3
permissions -rw-r--r--
Set crate probability to 0 in Racer game scheme

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