summaryrefslogtreecommitdiff
path: root/src/entities/mod.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-04-02 15:36:01 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-04-02 15:36:01 +0200
commit3b2017b7f4e7d1c932b430fa515286a9ceaf1a92 (patch)
tree59ea442f69a4428b9b4b00b1fcf16a0827a32524 /src/entities/mod.rs
parenteba483718cdc46015a15ab14e5954e1468e209e3 (diff)
Added hitboxes and something for the bugs to run into
Diffstat (limited to 'src/entities/mod.rs')
-rw-r--r--src/entities/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/mod.rs b/src/entities/mod.rs
index 0f4281c..90b4a11 100644
--- a/src/entities/mod.rs
+++ b/src/entities/mod.rs
@@ -1 +1,2 @@
pub mod bug;
+pub mod home;