summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-04-26 19:43:59 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-04-26 19:43:59 +0200
commitebe7d5cd5cc42d8f3f02ca926f4b920ada03765f (patch)
treea139c6b65182f1fc10d7dcea7eec45a234491048 /src/lib.rs
parent3e4f70ff90471120818cfb38a6dbde4952c11b8f (diff)
Refactored game map to use less memory
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 c0a6cd6..e981d70 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,3 +3,4 @@ pub mod json;
pub mod geometry;
pub mod game;
pub mod strategy;
+pub mod constants;