added file and module structure for board representation

This commit is contained in:
Varga Dávid Lajos
2025-11-15 09:51:07 +01:00
parent 5b3bdc750f
commit 3cd53c7d70
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
mod attackmaps; mod attackmaps;
mod utils; mod utils;
pub mod board;

View File