summaryrefslogtreecommitdiff
path: root/src/systems.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems.rs')
-rw-r--r--src/systems.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systems.rs b/src/systems.rs
index 2ca53be..e0d4491 100644
--- a/src/systems.rs
+++ b/src/systems.rs
@@ -1,3 +1,4 @@
pub mod cmd;
pub mod debug;
+pub mod helpdoc;
pub mod render;