rust/hedgewars-server/src/server.rs
author unC0Rr
Thu, 29 Sep 2022 16:29:23 +0200
changeset 15881 212e16c60bf5
parent 15570 d524b7450576
permissions -rw-r--r--
Add replay storage to the new server implementation

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