Skip to content

Commit

Permalink
Update movegen.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dpldgr committed Nov 26, 2024
1 parent 4da727a commit d00029c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/movegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ template ExtMove* generate<QUIETS>(const Position&, ExtMove*);
template ExtMove* generate<EVASIONS>(const Position&, ExtMove*);
template ExtMove* generate<QUIET_CHECKS>(const Position&, ExtMove*);
template ExtMove* generate<NON_EVASIONS>(const Position&, ExtMove*);
template ExtMove* generate<LEGAL>(const Position&, ExtMove*);
template struct MoveList<CAPTURES>;
template struct MoveList<QUIETS>;
template struct MoveList<EVASIONS>;
Expand Down

0 comments on commit d00029c

Please sign in to comment.