Point2D -> Point
[kaka/rust-sdl-test.git] / src / common / mod.rs
1 mod geometry;
2 pub use common::geometry::Point;
3 pub use common::geometry::Rect;
4 pub use common::geometry::Radians;
5 pub use common::geometry::Degrees;
6
7 mod time;
8 pub use common::time::ScopeTimer;