added file and module structure for attackmaps.rs
This commit is contained in:
1
engine/src/bitboard.rs
Normal file
1
engine/src/bitboard.rs
Normal file
@@ -0,0 +1 @@
|
||||
mod attackmaps;
|
||||
0
engine/src/bitboard/attackmaps.rs
Normal file
0
engine/src/bitboard/attackmaps.rs
Normal file
@@ -1,3 +1,5 @@
|
||||
mod bitboard;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user