Chess Engine
C++ chess engine with movegen, bitboards, and Arduino-friendly docs
|
#include <defs.h>
Public Attributes | |
S_MOVE | moves [MAXPOSITIONMOVES] |
int | count |
int S_MOVELIST::count |
Definition at line 68 of file defs.h.
Referenced by AddCaptureMove(), AddEnPassantMove(), AddQuietMove(), generateAllCaptures(), generateAllMoves(), LegalMovesFrom(), moveExists(), MoveListOk(), parseMoveString(), Perft(), PerftTest(), and printMoveList().
S_MOVE S_MOVELIST::moves[MAXPOSITIONMOVES] |
Definition at line 67 of file defs.h.
Referenced by AddCaptureMove(), AddEnPassantMove(), AddQuietMove(), LegalMovesFrom(), moveExists(), MoveListOk(), parseMoveString(), Perft(), PerftTest(), and printMoveList().