mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 602b29a..af55922 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,5 @@
-pub mod base64;
pub mod block;
+pub mod data;
fn main()
{