summaryrefslogtreecommitdiff
path: root/src/controllable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllable.rs')
-rw-r--r--src/controllable.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/controllable.rs b/src/controllable.rs
index feaeced..3fce2e0 100644
--- a/src/controllable.rs
+++ b/src/controllable.rs
@@ -1,5 +1,2 @@
mod player;
-pub use player::{
- ControlledObject,
- Player,
-}; \ No newline at end of file
+pub use player::*;