diff options
Diffstat (limited to 'core/src/data/game/mod.rs')
| -rw-r--r-- | core/src/data/game/mod.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/src/data/game/mod.rs b/core/src/data/game/mod.rs index 4a0a3d4..1a31cf1 100644 --- a/core/src/data/game/mod.rs +++ b/core/src/data/game/mod.rs @@ -1,6 +1,5 @@ -pub mod cli; -pub mod runtime; +pub mod game_cli; -pub mod implements; -pub mod structs; +pub mod game_data; +pub mod game_runtime; pub mod types;
\ No newline at end of file |
