diff options
| author | troido <troido@protonmail.com> | 2020-02-03 16:13:58 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-03 16:13:58 +0100 |
| commit | f0153eefd580ec443b380504303620a61f24630b (patch) | |
| tree | 98fe9cb6a9039d50b180ea774396e2d162a41656 /src/room.rs | |
| parent | 4bb710c6c6df8a24a2efa8033ad3c17663345dbd (diff) | |
refactored systems in their own file each
Diffstat (limited to 'src/room.rs')
| -rw-r--r-- | src/room.rs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/room.rs b/src/room.rs index 9e24c83..dc8c27d 100644 --- a/src/room.rs +++ b/src/room.rs @@ -21,12 +21,12 @@ use super::resources::{ NewEntities }; use super::systems::{ - Draw, - Move, - ClearControllers, - MakeFloor, - ControlInput, - View + draw::Draw, + moving::Move, + clearcontrols::ClearControllers, + makefloor::MakeFloor, + controlinput::ControlInput, + view::View }; |
