rust/hedgewars-server/src/server.rs
author alfadur
Sun, 15 Nov 2020 05:35:18 +0300
changeset 15765 713f89f6c6ab
parent 15570 d524b7450576
child 15881 212e16c60bf5
permissions -rw-r--r--
get texcoords from atlas

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