rust/hedgewars-server/src/server.rs
author nemo
Fri, 12 Apr 2019 11:41:35 -0400
changeset 14797 38e66519e585
parent 14784 f43ab2bd76ae
child 15079 c5a6e8566425
permissions -rw-r--r--
ugly hacked in argument for port to remove unc0rr's excuse

mod actions;
pub mod client;
pub mod core;
pub mod coretypes;
#[cfg(feature = "official-server")]
mod database;
mod handlers;
pub mod indexslab;
#[cfg(feature = "official-server")]
pub mod io;
pub mod network;
pub mod room;