diff options
| author | troido <troido@protonmail.com> | 2020-02-03 16:36:52 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-03 16:36:52 +0100 |
| commit | 19ce5319e2250b7b0e1a188f69d24de282a85a7f (patch) | |
| tree | 2e51064f5e1dfa82304c558c56ab907255c953bd /src/systems/mod.rs | |
| parent | f0153eefd580ec443b380504303620a61f24630b (diff) | |
merged Draw into View; renamed Position to Pos
Diffstat (limited to 'src/systems/mod.rs')
| -rw-r--r-- | src/systems/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs index 678941a..0382e39 100644 --- a/src/systems/mod.rs +++ b/src/systems/mod.rs @@ -1,7 +1,6 @@ pub mod clearcontrols; pub mod controlinput; -pub mod draw; pub mod makefloor; pub mod moving; pub mod view; |
