rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 10 Oct 2019 17:18:42 +0200
changeset 15479 85653290114f
parent 15096 e935b1ad23f3
child 15569 863059f61793
permissions -rw-r--r--
Exclude some binary files in cpackvars

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