]> git.sesse.net Git - stockfish/blobdiff - src/hashprobe.proto
Send back a prettyprinted version of the move on hash probe.
[stockfish] / src / hashprobe.proto
index bb34806dfdc53a3a13fdbe5e679d34b987011231..175cd7731a32784054db230a74af697815e605e0 100644 (file)
@@ -30,6 +30,8 @@ message HashProbeMove {
        string from_sq = 1;  // a1, a2, etc.
        string to_sq = 2;
        string promotion = 3;  // Q, R, etc.
+
+       string pretty = 4;  // e.g. Rxf6+
 }
 message HashProbeScore {
        enum ScoreType {