X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=2ad9294fc896e0fd2518c9122c846c8fe00a56db;hp=8d15f266d11f04607cfcb3ce85be26ea8785acd1;hb=2097cd12217a0e18c59bd88424ca613572e6feb2;hpb=0c1b40c5e295c73516cd044f027e12646e3fdbc9 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;