rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 28 May 2021 15:06:39 +0200
changeset 15788 acf70c44065b
parent 15570 d524b7450576
child 15881 212e16c60bf5
permissions -rw-r--r--
Use the singular 'they' in code comments, where it makes sense

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