diff options
Diffstat (limited to 'src/uci.hpp')
| -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_ */ |
