summaryrefslogtreecommitdiff
path: root/src/systems/cmd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/cmd.rs')
-rw-r--r--src/systems/cmd.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systems/cmd.rs b/src/systems/cmd.rs
index ea8bbd7..ebfa4f1 100644
--- a/src/systems/cmd.rs
+++ b/src/systems/cmd.rs
@@ -1,6 +1,6 @@
-pub mod _registry;
+pub mod _commands;
pub mod cmd_system;
pub mod errors;
+pub mod macros;
pub mod processer;
-pub mod renderer;
pub mod workspace_reader;