changeset 15096 | e935b1ad23f3 |
parent 15095 | c5a6e8566425 |
child 15141 | febccab419b1 |
--- a/rust/hedgewars-server/src/core.rs Tue May 28 19:04:18 2019 +0300 +++ b/rust/hedgewars-server/src/core.rs Tue May 28 21:28:32 2019 +0300 @@ -1,5 +1,5 @@ -pub mod types; +pub mod client; pub mod indexslab; -pub mod client; pub mod room; -pub mod server; \ No newline at end of file +pub mod server; +pub mod types;