Reorganising file and module structure.

This commit is contained in:
paladin
2026-06-15 12:44:21 +01:00
parent a4fb422b83
commit e59e340777
12 changed files with 662 additions and 511 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#![recursion_limit = "256"]
use game::run;
use game::engine::run;
fn main() {
run().unwrap();