New crate: raidillon_app, refactor game/main.rs to use the new crate

This commit is contained in:
reo 2025-11-16 19:32:56 +03:00
parent 82f3b27732
commit 47c3b2b111
12 changed files with 140 additions and 96 deletions

View file

@ -40,7 +40,7 @@ impl AsMut<Scene> for Scene {
}
}
type SceneID = &'static str;
pub type SceneID = &'static str;
pub struct SceneManager {
scenes: HashMap<SceneID, Scene>,