fixed promotion menu

computer not working!
This commit is contained in:
2024-09-05 14:47:47 +02:00
parent 6178e7c963
commit 1ab928cc6f
3 changed files with 43 additions and 32 deletions

View File

@ -28,5 +28,7 @@ void undoMove(uint_least64_t *board, struct move_t move, bool color);
struct gameState_t makeMove(struct gameState_t gameState, struct move_t move);
void initMagicTable();
bool kingInCheck(const uint_least64_t *board, const bool color);
uint_least8_t getBaseRankI(bool color);
uint_least8_t getBaseRank(bool color);
#endif