X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=2ad9294fc896e0fd2518c9122c846c8fe00a56db;hp=8d15f266d11f04607cfcb3ce85be26ea8785acd1;hb=c2902112e51b50c8ebcf263825597f437fdf56e7;hpb=9a1d5f0f1d8a12a85b198688d4f1d636a146eb7a diff --git a/src/position.h b/src/position.h index 8d15f266..2ad9294f 100644 --- a/src/position.h +++ b/src/position.h @@ -160,6 +160,8 @@ public: // Static exchange evaluation int see(Move m) const; int see_sign(Move m) const; + int see_asymm(Move m, int asymmThreshold) const; + template int do_see(Move m, int asymmThreshold) const; //FIXME: private!! // Accessing hash keys Key key() const;