summaryrefslogtreecommitdiff
path: root/src/systems/moving.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/moving.rs')
-rw-r--r--src/systems/moving.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systems/moving.rs b/src/systems/moving.rs
index 8bce8e5..38588d5 100644
--- a/src/systems/moving.rs
+++ b/src/systems/moving.rs
@@ -7,8 +7,9 @@ use specs::{
Join
};
+use super::super::pos::Pos;
+
use super::super::components::{
- Pos,
Controller,
Blocking
};