rust/hedgewars-server/src/server.rs
author alfadur <mail@none>
Mon, 04 Feb 2019 19:22:21 +0300
changeset 14672 6e6632068a33
parent 14457 98ef2913ec73
child 14692 e5415faa117b
permissions -rw-r--r--
Server action refactoring part 3 of N

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