Collect wall points into walls and place them in a wall grid
[kaka/rust-sdl-test.git] / src / common / mod.rs
CommitLineData
af18b07f 1mod geometry;
e570927a 2pub use common::geometry::Point;
1f42d724 3pub use common::geometry::Dimension;
af18b07f
TW
4pub use common::geometry::Radians;
5pub use common::geometry::Degrees;
6
7mod time;
8pub use common::time::ScopeTimer;