rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 22 Jan 2019 07:12:02 +0100
changeset 14657 b390479f24c1
parent 14457 98ef2913ec73
child 14692 e5415faa117b
permissions -rw-r--r--
vgtHealthTag now supports setting FrameTicks <> 0 to disable automatic water handling

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;