X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=lib.rs;fp=lib.rs;h=aaf2b3c708b4786b9183b8c0d690c305ec345e6b;hp=8fd85f419be5ad221d0347cde5b668f28aba6f6b;hb=c298ca511683f329dfedd18bf9490520586cf8cf;hpb=d703c3a22e749eb1f87daed8674b0420dc837ebe diff --git a/lib.rs b/lib.rs index 8fd85f4..aaf2b3c 100644 --- 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;