summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-04-22 14:38:40 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-04-22 14:38:40 +0200
commit3e54b01003aa9d27de8f4ca13c9240fe785ec0e1 (patch)
tree0dfe803ba790951e29cba25f791e31418eff5b05 /src/main.rs
parent29a323e0a3bd3ab3e6109b23e15bb5f9e88398e3 (diff)
Structures representing game state
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index cc39b63..cba96f5 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,6 +5,8 @@ use rand::prelude::*;
mod command;
mod json;
+mod geometry;
+mod game;
use command::*;
use json::*;