rust/hedgewars-server/src/server.rs
author nemo
Mon, 24 Oct 2022 10:06:52 -0400
branch1.0.0
changeset 15885 ed84eb580643
parent 15075 e935b1ad23f3
child 15547 863059f61793
permissions -rw-r--r--
cfgdir needs a default value to avoid writing stubs to current path

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