rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 06 Aug 2019 19:13:12 +0200
changeset 15321 a3823f0916b8
parent 15096 e935b1ad23f3
child 15569 863059f61793
permissions -rw-r--r--
ArgParsers: Remove deprecated command-line arguments

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