fixed promotion menu for black

This commit is contained in:
2024-09-15 19:07:08 +02:00
parent a649db77ef
commit 5209dfec92
6 changed files with 34 additions and 23 deletions

View File

@ -14,3 +14,5 @@ void bitboardClear(uint_least64_t *board, struct piece_t piece, uint_least8_t i)
void bitboardSet(uint_least64_t *board, struct piece_t piece, uint_least8_t i);
struct piece_t pieceAtField(const uint_least64_t *board, uint_least8_t i);
struct gameState_t newGameState(uint_least64_t *board, char *FEN);
uint_least8_t getFile(const uint_least8_t field);
uint_least8_t getRank(const uint_least8_t field);