@ -3,11 +3,6 @@ use ggez::graphics;
#[path = "board.rs"]
mod board;
struct BoardPosnStruct {
x: u8,
y: u8,
}
pub enum ActorPosn {
BoardPosn {