mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-15 02:12:29 -06:00
refactor: store common components & bundles in 'common' submodule, move others directly into relevant files, create 'animation' submodule
This commit is contained in:
5
src/systems/common/mod.rs
Normal file
5
src/systems/common/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod bundles;
|
||||
pub mod components;
|
||||
|
||||
pub use self::bundles::*;
|
||||
pub use self::components::*;
|
||||
Reference in New Issue
Block a user