Rename buildings module to structures

This commit is contained in:
2026-04-19 20:02:21 +02:00
parent 33088dc29d
commit 0a8b3562f6
8 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
mod board;
pub mod buildings;
mod focused_cell;
mod offset;
pub mod structures;
pub mod units;
pub use board::BoardState;