]> git.sesse.net Git - remoteglot-book/blobdiff - merge_count.h
Build with the new transposition data from pgn-extract. A lot of UI is still missing...
[remoteglot-book] / merge_count.h
diff --git a/merge_count.h b/merge_count.h
new file mode 100644 (file)
index 0000000..247a720
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _MERGE_COUNT_H
+#define _MERGE_COUNT_H 1
+
+#include "count.pb.h"
+
+Count merge_count(const Count& c0, const Count& c1);
+
+#endif  // !defined(_MERGE_COUNT_H)