Collect wall points into walls and place them in a wall grid
[kaka/rust-sdl-test.git] / src / common / mod.rs
index dc8d63b..9c39453 100644 (file)
@@ -1,6 +1,6 @@
 mod geometry;
-pub use common::geometry::Point2D;
-pub use common::geometry::Rect;
+pub use common::geometry::Point;
+pub use common::geometry::Dimension;
 pub use common::geometry::Radians;
 pub use common::geometry::Degrees;