mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index fc2fcc5..359ded0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,6 +6,7 @@ pub mod exe; pub mod fluid; pub mod item; pub mod logic; +pub mod modifier; fn main() { |