rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 16 Jun 2019 13:55:32 +0200
changeset 15165 a251d8757e8c
parent 15075 e935b1ad23f3
child 15547 863059f61793
permissions -rw-r--r--
ACF5: Disable inappropriate "boring" taunt at the end

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