mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/exe/print.rs')
-rw-r--r--src/exe/print.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exe/print.rs b/src/exe/print.rs
index 78876ce..591701b 100644
--- a/src/exe/print.rs
+++ b/src/exe/print.rs
@@ -145,7 +145,7 @@ pub fn main(mut args: Args, arg_off: usize)
}
}
-fn print_schematic(s: &Schematic)
+pub fn print_schematic(s: &Schematic)
{
if let Some(name) = s.get_tags().get("name")
{