rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 15 Sep 2019 14:59:46 +0200
changeset 15419 09b63f9032f4
parent 15096 e935b1ad23f3
child 15569 863059f61793
permissions -rw-r--r--
Racer: Disable other ammos in waypoint placement phase

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