Skip to content

Commit

Permalink
Update types.h
Browse files Browse the repository at this point in the history
fix a mistake merging the branches
  • Loading branch information
RainRat committed Sep 16, 2024
1 parent 6a56b81 commit 85a55b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ enum WallingRule {

enum CapturingRule {
MOVE_OUT, HAND, PRISON
};

enum EndgameEval {
NO_EG_EVAL, EG_EVAL_CHESS, EG_EVAL_ANTI, EG_EVAL_ATOMIC, EG_EVAL_DUCK, EG_EVAL_MISERE, EG_EVAL_RK, EG_EVAL_NB
Expand Down

0 comments on commit 85a55b9

Please sign in to comment.