Add game stubs

This commit is contained in:
cool-mist
2025-01-26 20:14:39 +05:30
parent 61b71eb8f0
commit 90a6ae7716
5 changed files with 271 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
pub(crate) fn run() {
println!("Running game...");
}
+1
View File
@@ -0,0 +1 @@
pub(crate) mod game;