#![warn(missing_docs)] //! Galactica's system simulation. //! data contains shared object data, //! phys contains the physics system simulation (the one you see) pub mod data; pub mod phys;