diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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::*; } } |
