rust/hedgewars-server/src/server.rs
author unC0Rr
Thu, 22 Oct 2020 12:33:35 +0200
branch1.0.0
changeset 15865 6b10b0cdbeab
parent 15075 e935b1ad23f3
child 15547 863059f61793
permissions -rw-r--r--
Mark global variables in implementation section static

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