Improved promotion

This commit is contained in:
k
2025-06-19 14:49:06 -04:00
parent 5dd8f04286
commit 9534803a60
3 changed files with 23 additions and 16 deletions

View File

@@ -20,6 +20,7 @@ typedef struct {
typedef struct {
int From;
int To;
char Promo;
} move;
#endif