aboutsummaryrefslogtreecommitdiff
path: root/src/uci.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uci.hpp')
-rw-r--r--src/uci.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/uci.hpp b/src/uci.hpp
index 4d84215..9352c48 100644
--- a/src/uci.hpp
+++ b/src/uci.hpp
@@ -7,6 +7,7 @@
Move UciToMove(std::string uci);
void LogUci(const std::string &message);
void Uci();
-Game initBoard(std::string startingFEN,
- std::unordered_map<uint64_t, float> *transPositions);
+Game initBoard(
+ std::string startingFEN,
+ std::unordered_map<uint64_t, TranspositionsEntry> *transPositions);
#endif /* SRC_UCI_H_ */