This commit is contained in:
nora 2023-04-18 12:13:10 +02:00
parent 15e4c6e93e
commit d83d22d462

View file

@ -1,4 +1,3 @@
use egui_sfml::SfEgui;
use game::GameState; use game::GameState;
mod game; mod game;
@ -6,7 +5,6 @@ mod tiles;
pub(crate) struct App { pub(crate) struct App {
pub(crate) game: GameState, pub(crate) game: GameState,
pub(crate) sf_egui: SfEgui,
} }
impl App { impl App {
pub(crate) fn new() -> Self { pub(crate) fn new() -> Self {