rust/hedgewars-server/src/server.rs
author alfadur <mail@none>
Wed, 06 Feb 2019 22:29:02 +0300
changeset 14690 f61ce544d436
parent 14457 98ef2913ec73
child 14692 e5415faa117b
permissions -rw-r--r--
Server action refactoring part N 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;