aboutsummaryrefslogtreecommitdiff
path: root/core/src/data/game/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/data/game/mod.rs')
-rw-r--r--core/src/data/game/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/data/game/mod.rs b/core/src/data/game/mod.rs
new file mode 100644
index 0000000..4a0a3d4
--- /dev/null
+++ b/core/src/data/game/mod.rs
@@ -0,0 +1,6 @@
+pub mod cli;
+pub mod runtime;
+
+pub mod implements;
+pub mod structs;
+pub mod types; \ No newline at end of file