mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Clean up reexport
This commit is contained in:
parent
a1983712d3
commit
d2ab29b8bd
@ -2,7 +2,9 @@ pub mod cell;
|
||||
pub mod mat_cell;
|
||||
pub use mat_cell::Material;
|
||||
|
||||
// Reexport
|
||||
pub use self::{cell::Cell, mat_cell::MatCell};
|
||||
|
||||
use crate::{
|
||||
vol::{IntoFullPosIterator, IntoFullVolIterator, ReadVol, SizedVol, Vox, WriteVol},
|
||||
volumes::dyna::Dyna,
|
||||
|
Loading…
Reference in New Issue
Block a user