diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ pub mod system { pub mod action_system { pub use action_system::*; } + + pub mod constants { + pub use constants::*; + } } pub mod utils { |
