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 e0d4491..5ca0801 100644
--- a/src/systems.rs
+++ b/src/systems.rs
@@ -1,4 +1,5 @@
pub mod cmd;
+pub mod comp;
pub mod debug;
pub mod helpdoc;
pub mod render;