summaryrefslogtreecommitdiff
path: root/src/input/mod.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-06-25 17:37:14 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-06-25 17:37:14 +0200
commitf1f81abab3ca1c1f97ccd52e99c3977905312d94 (patch)
tree3cd65a438af59a26a940a32a0fdee167f3736965 /src/input/mod.rs
parentf5699c057c000efd80e4bf7dd6b23a0d1750e628 (diff)
Added new tower type and deconstruct action
Diffstat (limited to 'src/input/mod.rs')
-rw-r--r--src/input/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/mod.rs b/src/input/mod.rs
index 47f359a..22fdbb3 100644
--- a/src/input/mod.rs
+++ b/src/input/mod.rs
@@ -1,2 +1 @@
pub mod json;
-pub mod textmap;