diff options
author | fxqnlr <[email protected]> | 2023-01-15 16:58:45 +0100 |
---|---|---|
committer | fxqnlr <[email protected]> | 2023-01-15 16:58:45 +0100 |
commit | 30c1ffcecb541d9b27982df6af26948514cbadaa (patch) | |
tree | 11a898fc729bc813059fc8b66b7a27a3e9ec532e /src/commands/mod.rs | |
parent | fad32c31b59001bed46fa860fbc3a994d278e700 (diff) | |
download | modlist-30c1ffcecb541d9b27982df6af26948514cbadaa.tar modlist-30c1ffcecb541d9b27982df6af26948514cbadaa.tar.gz modlist-30c1ffcecb541d9b27982df6af26948514cbadaa.zip |
started implementation of new input system
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r-- | src/commands/mod.rs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 0d5bd00..29fc600 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs | |||
@@ -1,13 +1,13 @@ | |||
1 | pub mod modification; | 1 | //pub mod modification; |
2 | pub mod list; | 2 | pub mod list; |
3 | pub mod update; | 3 | //pub mod update; |
4 | pub mod setup; | 4 | //pub mod setup; |
5 | pub mod download; | 5 | //pub mod download; |
6 | pub mod io; | 6 | //pub mod io; |
7 | 7 | ||
8 | pub use modification::*; | 8 | //pub use modification::*; |
9 | pub use list::*; | 9 | pub use list::*; |
10 | pub use update::*; | 10 | //pub use update::*; |
11 | pub use setup::*; | 11 | //pub use setup::*; |
12 | pub use download::*; | 12 | //pub use download::*; |
13 | pub use io::*; | 13 | //pub use io::*; |