diff options
Diffstat (limited to 'src/board.hpp')
| -rw-r--r-- | src/board.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/board.hpp b/src/board.hpp index 9418571..687510e 100644 --- a/src/board.hpp +++ b/src/board.hpp @@ -46,6 +46,7 @@ struct Game { bool canEnpassant = 0; GameState state = TURN; std::unordered_map<uint64_t, int> ThreeFoldMap; + std::unordered_map<uint64_t, float> *Transpositions = nullptr; }; struct Move { |
