added file and module structure for file: chessmove.rs

This commit is contained in:
Varga Dávid Lajos
2025-11-15 19:15:30 +01:00
parent 291b7e71a2
commit 5eb85dab89
2 changed files with 2 additions and 0 deletions

0
engine/src/chessmove.rs Normal file
View File

View File

@@ -0,0 +1,2 @@
mod bitboard;
mod chessmove;