diff -r b3157d218ae2 -r fd3a20e9d095 rust/hedgewars-server/src/core.rs --- a/rust/hedgewars-server/src/core.rs Sat Dec 21 23:33:50 2019 +0300 +++ b/rust/hedgewars-server/src/core.rs Mon Dec 23 18:08:55 2019 +0300 @@ -1,3 +1,4 @@ +pub mod anteroom; pub mod client; pub mod indexslab; pub mod room;