summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2019-06-18 02:29:24 -0500
committertom barrett <spalf0@gmail.com>2019-06-18 02:29:24 -0500
commit2ad96b7f882ff962f67a13c7c56a46df86cfe6e3 (patch)
tree2bab6cc41f5b0888548dcc3d9a7fa02ef55645b6 /src/lib.rs
parentb4bd866cfadb1eae80f9d116364cab029a28f79b (diff)
added camera struct, moved map drawing to map struct, now draws a character that moves
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c94378c..1cd8813 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,4 @@
+pub mod camera;
pub mod constants;
pub mod map;
pub mod state;