diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-22 20:24:02 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-22 20:24:02 +0200 |
| commit | 4b0e7f4a0f08fe5bffbdd2fa900250963f9fd836 (patch) | |
| tree | ac527793f79082028b97f1b5a27d6623f39440e2 | |
| parent | 05035f72d77a18321d39e118ed28858b8c25bdad (diff) | |
refactor(uci): removing out of date header
| -rw-r--r-- | src/uci.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/uci.hpp b/src/uci.hpp index ba2a56c..228ae41 100644 --- a/src/uci.hpp +++ b/src/uci.hpp @@ -11,9 +11,4 @@ void Uci(); Game initBoard( const std::string &startingFEN, std::unordered_map<uint64_t, TranspositionsEntry> *transPositions); -void SaveTranspositionTable( - const std::unordered_map<uint64_t, TranspositionsEntry> &table); -bool LoadTable( - const std::string &filename, - std::unordered_map<uint64_t, TranspositionsEntry> *transpositions); #endif /* SRC_UCI_H_ */ |
