--- a/gameServer2/src/main.rs Mon Jan 02 00:16:22 2017 +0300
+++ b/gameServer2/src/main.rs Tue Jan 03 00:19:47 2017 +0300
@@ -11,6 +11,7 @@
mod utils;
mod server;
+mod protocol;
fn main() {
println!("Hedgewars game server, protocol {}", utils::PROTOCOL_VERSION);