Add a sea shaded cubes, just because. No big deal (yet).
[mandelwow.git] / lib.rs
diff --git a/lib.rs b/lib.rs
index 8fd85f419be5ad221d0347cde5b668f28aba6f6b..aaf2b3c708b4786b9183b8c0d690c305ec345e6b 100644 (file)
--- a/lib.rs
+++ b/lib.rs
@@ -8,7 +8,10 @@ extern crate sdl2;
 pub mod bounding_box;
 pub mod cube;
 pub mod mandelwow;
+pub mod shaded_cube;
 pub mod sound;
 pub mod support;
 
+pub use bounding_box::BoundingBox;
 pub use cube::Cube;
+pub use shaded_cube::ShadedCube;