[][src]Function rust_warrior::engine::start

pub fn start(
    floor: Floor,
    player: impl Player + Send + Sync + 'static
) -> Result<(), String>

The entry point for the engine, called by Game