This commit is contained in:
nora 2023-04-17 22:08:46 +02:00
parent d10e464104
commit 5604327bdc
4 changed files with 0 additions and 6 deletions

View file

@ -7,7 +7,6 @@ mod command;
mod debug;
mod game;
mod math;
mod texture_atlas;
mod tiles;
pub(crate) struct App {

View file

@ -1,2 +0,0 @@
use std::fmt;
use crate::math::M_PER_PX;

View file

@ -1,3 +0,0 @@
use crate::math::IntRect;
use std::collections::HashMap;
pub(crate) type RectMap = HashMap<String, IntRect>;

View file