rust/hedgewars-server/src/server.rs
author alfadur
Tue, 09 Apr 2019 21:08:35 +0300
changeset 14779 f43ab2bd76ae
parent 14692 e5415faa117b
child 15074 c5a6e8566425
permissions -rw-r--r--
add a thread for internal server IO and implement account checking with it

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;