rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 01 Apr 2019 19:16:55 +0200
changeset 14733 c760a2939b9c
parent 14692 e5415faa117b
child 14779 f43ab2bd76ae
permissions -rw-r--r--
Hedgehogs: Move setting of random pos to chAddHH This fixes a problem that in missions, all hedgehogs start with Pos=0

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