rust/hedgewars-server/src/server.rs
changeset 15095 c5a6e8566425
parent 14800 f43ab2bd76ae
child 15096 e935b1ad23f3
--- a/rust/hedgewars-server/src/server.rs	Tue May 28 17:49:04 2019 +0200
+++ b/rust/hedgewars-server/src/server.rs	Tue May 28 19:04:18 2019 +0300
@@ -1,12 +1,5 @@
-mod actions;
-pub mod client;
-pub mod core;
-pub mod coretypes;
 #[cfg(feature = "official-server")]
 mod database;
-mod handlers;
-pub mod indexslab;
 #[cfg(feature = "official-server")]
 pub mod io;
-pub mod network;
-pub mod room;
+pub mod network;
\ No newline at end of file