Add game stubs
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
pub(crate) fn run() {
|
||||
println!("Running game...");
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
pub(crate) mod game;
|
||||
Reference in New Issue
Block a user