about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-07-29T02·31-0400
committerGriffin Smith <root@gws.fyi>2019-07-29T02·31-0400
commit34b20b7786a8f6753bb449425772958e0285c385 (patch)
treee8781db1c3bed3f8897f40fb201c40b6f1d28bac /src/main.rs
parentba7bec9a3e36eaf2af65677b02884172241d1b24 (diff)
Add functions for making sentences from lists
This seems like something I keep having to write
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index b322a969a1be..676d2173e857 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -34,6 +34,7 @@ mod util;
 mod types;
 #[macro_use]
 mod entities;
+mod description;
 mod display;
 mod game;
 mod level_gen;