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, 5 insertions, 0 deletions
diff --git a/src/controllable.rs b/src/controllable.rs
new file mode 100644
index 0000000..feaeced
--- /dev/null
+++ b/src/controllable.rs
@@ -0,0 +1,5 @@
+mod player;
+pub use player::{
+ ControlledObject,
+ Player,
+}; \ No newline at end of file