added file and module structure for attackmaps.rs

This commit is contained in:
Varga Dávid Lajos
2025-11-10 13:13:03 +01:00
parent 70d10719e6
commit bfb2a6db23
3 changed files with 3 additions and 0 deletions

1
engine/src/bitboard.rs Normal file
View File

@@ -0,0 +1 @@
mod attackmaps;

View File

View File

@@ -1,3 +1,5 @@
mod bitboard;
fn main() {
println!("Hello, world!");
}