rust/hedgewars-server/src/server.rs
author unC0Rr
Wed, 15 May 2024 10:05:13 +0200
changeset 16042 2e529b1a9d5b
parent 15903 212e16c60bf5
permissions -rw-r--r--
Wonder if anyone is trying to build this game anymore

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