mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
fix build
This commit is contained in:
parent
35b41a4dc9
commit
bb6f74e3d2
@ -2,10 +2,8 @@ mod engine;
|
|||||||
|
|
||||||
use crate::engine::game::Game;
|
use crate::engine::game::Game;
|
||||||
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
// let mut game: Game<(), _> = Game::new(todo!()).unwrap();
|
||||||
let mut game = Game::new().unwrap();
|
// game.run();
|
||||||
game.run();
|
|
||||||
println!("Hello, world!");
|
println!("Hello, world!");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user