rust/hedgewars-server/src/server.rs
author unC0Rr
Mon, 03 Feb 2025 15:25:28 +0100
changeset 16111 669cdf697f16
parent 15903 212e16c60bf5
permissions -rw-r--r--
Simplify 'for' loop by keeping more information about iterator

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