rust/hedgewars-server/src/server.rs
author unC0Rr
Fri, 19 Apr 2024 17:45:05 +0200
changeset 16011 52b51d92e88d
parent 15881 212e16c60bf5
permissions -rw-r--r--
Fix build

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