File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 44//! Query QuakeWorld servers for settings and client information.
55
66// internal
7- mod common;
87mod game_server;
98mod generic_server;
9+ mod geo;
1010mod net;
1111mod proxy_server;
1212mod qtv_server;
1313mod server;
14+ mod server_type;
15+ mod software_type;
1416
1517// public api
16- pub use common:: geo:: { Coords , GeoInfo } ;
17- pub use common:: server_type:: ServerType ;
18- pub use common:: software_type:: SoftwareType ;
18+ pub use geo:: { Coords , GeoInfo } ;
19+ pub use server:: Server ;
20+ pub use server_type:: ServerType ;
21+ pub use software_type:: SoftwareType ;
1922
2023pub use generic_server:: client:: GenericClient ;
2124pub use generic_server:: server:: GenericServer ;
@@ -26,13 +29,12 @@ pub use game_server::server::GameServer;
2629pub use game_server:: spectator:: Spectator ;
2730pub use game_server:: team:: Team ;
2831
32+ pub use net:: query:: { QueryError , serverinfo} ;
33+
2934pub use proxy_server:: client:: ProxyClient ;
3035pub use proxy_server:: server:: ProxyServer ;
3136pub use proxy_server:: settings:: ProxySettings ;
3237
33- pub use net:: query:: { QueryError , serverinfo} ;
34- pub use server:: Server ;
35-
3638pub use qtv_server:: client:: QtvClient ;
3739pub use qtv_server:: server:: QtvServer ;
3840pub use qtv_server:: settings:: QtvSettings ;
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments