aboutsummaryrefslogtreecommitdiff
path: root/src/uci.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uci.hpp')
-rw-r--r--src/uci.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uci.hpp b/src/uci.hpp
index 4d0a91b..4d84215 100644
--- a/src/uci.hpp
+++ b/src/uci.hpp
@@ -7,4 +7,6 @@
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);
#endif /* SRC_UCI_H_ */