added file and module structure for movetype.rs

This commit is contained in:
Varga Dávid Lajos
2025-11-15 19:35:17 +01:00
parent b4a1f0820f
commit f7364e7939
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
mod bitboard;
pub mod chessmove;
pub mod piecetype;
pub mod boardsquare;
pub mod boardsquare;
pub mod movetype;

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