Separate the width and height of the grid

This commit is contained in:
2023-02-10 20:39:13 +01:00
parent 2920e6614f
commit 7fd8d54b34
3 changed files with 30 additions and 12 deletions

View File

@@ -3,5 +3,5 @@ pub mod expr;
pub mod game;
mod lexer;
mod parser;
mod position;
pub mod position;
pub mod tile;