rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 08 Jul 2020 19:46:06 +0200
changeset 15707 26c6e5325075
parent 15570 d524b7450576
child 15881 212e16c60bf5
permissions -rw-r--r--
Fix AI sometimes using up all health in resurrector

#[cfg(feature = "official-server")]
mod database;
pub mod demo;
mod haskell;
#[cfg(feature = "official-server")]
pub mod io;
pub mod network;