gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Wed, 03 May 2017 03:54:18 +0200
changeset 12398 d3a9ffdc8b85
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Complete the strings in hedgewars_en.ts (mostly to fix plural forms)

use mio;

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