gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Tue, 11 Apr 2017 00:17:42 +0200
changeset 12226 c6034081cac2
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
New icon for video button to follow the Hedgewars style guide

use mio;

pub const PROTOCOL_VERSION : u32 = 3;
pub const SERVER: mio::Token = mio::Token(1000000000 + 0);