rust/hedgewars-server/src/server.rs
author felixonmars <felixonmars@archlinux.org>
Thu, 04 Jun 2020 12:33:24 +0200
changeset 15611 c259073a8052
parent 15592 d524b7450576
child 15903 212e16c60bf5
permissions -rw-r--r--
Fix build with Qt 5.15+

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