fixed promotion menu
computer not working!
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user