rust/hedgewars-server/src/core.rs
changeset 15799 ed3b510b860c
parent 15520 fd3a20e9d095
child 15939 4a8e6f9d5133
--- a/rust/hedgewars-server/src/core.rs	Sun Jun 20 16:43:53 2021 +0300
+++ b/rust/hedgewars-server/src/core.rs	Mon Jun 21 20:11:22 2021 +0300
@@ -1,5 +1,6 @@
 pub mod anteroom;
 pub mod client;
+pub mod events;
 pub mod indexslab;
 pub mod room;
 pub mod server;