summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cb8fde1..a01e5e4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -20,12 +20,16 @@ pub mod system {
pub use constants::*;
}
+ pub mod asset_system {
+ pub use asset_system::*;
+ }
+
pub mod action_system {
pub use action_system::*;
}
- pub mod asset_system {
- pub use asset_system::*;
+ pub mod sheet_system {
+ pub use sheet_system::*;
}
}