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