diff options
Diffstat (limited to 'src/tacmap.rs')
| -rw-r--r-- | src/tacmap.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tacmap.rs b/src/tacmap.rs index 461d819..222363f 100644 --- a/src/tacmap.rs +++ b/src/tacmap.rs @@ -1,5 +1,7 @@ pub mod camera; pub mod render; +mod body_render; +mod orbit_render; use std::time::Duration; @@ -14,6 +16,8 @@ use crate::ui; use crate::wgpuctx::SceneCtx; use crate::wgpuctx::WgpuCtx; use render::*; +use body_render::*; +use orbit_render::*; use camera::*; pub struct TacticalMap |
