evaluation
This commit is contained in:
@ -26,7 +26,7 @@ uint_least8_t pieceValidMoves(struct gameState_t gameState, struct piece_t piece
|
||||
|
||||
void undoMove(uint_least64_t *board, struct move_t move, bool color);
|
||||
struct gameState_t makeMove(struct gameState_t gameState, struct move_t move);
|
||||
struct gameState_t computerMove(struct gameState_t gameState);
|
||||
void initMagicTable();
|
||||
bool kingInCheck(const uint_least64_t *board, const bool color);
|
||||
|
||||
#endif
|
||||
|
||||
@ -28,3 +28,4 @@ void printerull(FILE *file, unsigned long long num);
|
||||
void printPieceMask(uint_least64_t mask);
|
||||
void fieldToString(uint_least8_t field, char *output);
|
||||
void printMove(const struct move_t move);
|
||||
void printMoveln(const struct move_t move);
|
||||
|
||||
Reference in New Issue
Block a user