This commit is contained in:
nora 2023-04-18 21:07:04 +02:00
parent 98730fcab1
commit accbdc83bf
2 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,11 @@ pub(crate) struct GameState {
pub(crate) tile_db: TileDb,
}
expand! {}
impl GameState {
fn inspect_mut(&mut self) {
expand! {}
}
}
fn new() -> GameState {
loop {}