Reorganized mod common and added a smart scope timer
[kaka/rust-sdl-test.git] / src / common / mod.rs
CommitLineData
af18b07f
TW
1mod geometry;
2pub use common::geometry::Point2D;
3pub use common::geometry::Rect;
4pub use common::geometry::Radians;
5pub use common::geometry::Degrees;
6
7mod time;
8pub use common::time::ScopeTimer;