gameServer2/src/utils.rs
author nemo
Mon, 12 Mar 2018 19:15:45 -0400
branchqt5transition
changeset 13175 9f6f2e51d2ef
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
these changed, presumably in SDL2 - might want to review all the others

use mio;

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