summaryrefslogtreecommitdiff
path: root/src/systems/mod.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-02-03 16:13:58 +0100
committertroido <troido@protonmail.com>2020-02-03 16:13:58 +0100
commitf0153eefd580ec443b380504303620a61f24630b (patch)
tree98fe9cb6a9039d50b180ea774396e2d162a41656 /src/systems/mod.rs
parent4bb710c6c6df8a24a2efa8033ad3c17663345dbd (diff)
refactored systems in their own file each
Diffstat (limited to 'src/systems/mod.rs')
-rw-r--r--src/systems/mod.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs
new file mode 100644
index 0000000..678941a
--- /dev/null
+++ b/src/systems/mod.rs
@@ -0,0 +1,9 @@
+
+pub mod clearcontrols;
+pub mod controlinput;
+pub mod draw;
+pub mod makefloor;
+pub mod moving;
+pub mod view;
+
+