rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 30 Jun 2019 11:20:22 +0200
changeset 15206 d48eba5ac715
parent 15075 e935b1ad23f3
child 15547 863059f61793
permissions -rw-r--r--
Fix sidFPS not being properly right-aligned (again!) FPS display worked before, but it was accidentally un-done in bcecb3349948e2e00d3f2ee0c6497a24676a4efb.

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