rust/lib-hedgewars-engine/src/ipc.rs
author unC0Rr
Thu, 22 Oct 2020 12:33:35 +0200
branch1.0.0
changeset 15887 6b10b0cdbeab
parent 15305 ae8e14d14596
permissions -rw-r--r--
Mark global variables in implementation section static

mod channel;

pub use self::channel::*;