rust/hedgewars-server/src/server.rs
author alfadur
Sun, 20 Jun 2021 01:45:18 +0300
changeset 15796 2939d8599418
parent 15570 d524b7450576
child 15881 212e16c60bf5
permissions -rw-r--r--
load haskell directly into Replay

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