added file and module structure for checkinfo.rs

This commit is contained in:
Varga Dávid Lajos
2025-11-15 12:36:11 +01:00
parent f7355f8e74
commit 296f1f6c3a
2 changed files with 1 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
mod attackmaps; mod attackmaps;
mod utils; mod utils;
mod legality; mod legality;
mod checkinfo;
pub mod board; pub mod board;

View File