]> git.lizzy.rs Git - mt_net.git/blobdiff - src/lib.rs
Use cgmath and support BS constant
[mt_net.git] / src / lib.rs
index 8e134c514bb2cc369af5fe531ab3baf79e7bdb40..2c10f35f41a6edb71a22d9c10b088ef7671a0709 100644 (file)
@@ -35,6 +35,11 @@ mod conn;
 #[cfg(feature = "conn")]
 pub use conn::*;
 
+pub use cgmath::{Deg, Euler, Point2, Point3, Rad, Vector2, Vector3};
+pub use collision::{Aabb2, Aabb3};
+
+pub const BS: f32 = 10.0;
+
 mod to_clt;
 mod to_srv;