added file and module structure for gameend.rs

This commit is contained in:
Varga Dávid Lajos
2025-11-15 20:15:17 +01:00
parent c8b6bc35d5
commit 42daeb9971
2 changed files with 1 additions and 0 deletions

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

View File

@@ -3,6 +3,7 @@ pub mod chessmove;
pub mod piecetype;
pub mod boardsquare;
pub mod movetype;
pub mod gameend;
use chessmove::ChessMove;