diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2026-08-21 00:14:10 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2026-08-21 00:14:10 -0700 |
| commit | a216e61a00bde792a49a92593012f9baecf86f3d (patch) | |
| tree | e8df7028c29c569a3a54c688d8d12445e0086260 /src/sim/cell/materials/mod.rs | |
| parent | 533da47f2cc03a8b60a7c6c0bb5a938a7e523a03 (diff) | |
explosions
Diffstat (limited to 'src/sim/cell/materials/mod.rs')
| -rw-r--r-- | src/sim/cell/materials/mod.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sim/cell/materials/mod.rs b/src/sim/cell/materials/mod.rs index 9bcf5e4..e2b5fc6 100644 --- a/src/sim/cell/materials/mod.rs +++ b/src/sim/cell/materials/mod.rs @@ -1,9 +1,9 @@ use crate::sim::cell_sim::sim::UpdateCtx; -mod fire; -mod gas; -mod liquid; -mod powder; +pub mod fire; +pub mod gas; +pub mod liquid; +pub mod powder; #[repr(u8)] #[derive(Clone, Copy, PartialEq, Eq, Debug)] |
