rust/lib-hedgewars-engine/src/ipc.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 12 Oct 2020 21:38:37 +0200
changeset 15749 82fd124e6512
parent 15284 ae8e14d14596
permissions -rw-r--r--
AI: Nerf piano rating; AI will now only use it if it expects huge damage
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15265
07e909ba4203 Implement ipc queue which takes care of message ordering and timestamps
unC0Rr
parents: 14294
diff changeset
     1
mod channel;
14260
f0c0d2d217c3 IPC implementation
unC0Rr
parents: 14255
diff changeset
     2
15265
07e909ba4203 Implement ipc queue which takes care of message ordering and timestamps
unC0Rr
parents: 14294
diff changeset
     3
pub use self::channel::*;