X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=2ad9294fc896e0fd2518c9122c846c8fe00a56db;hp=fb7eb4b90cc79335ade326bcbeae0d59825c1fe6;hb=c2902112e51b50c8ebcf263825597f437fdf56e7;hpb=ea4e22be1da1ccbf316d27f2eb3b14d0e13388e4 diff --git a/src/position.h b/src/position.h index fb7eb4b9..2ad9294f 100644 --- a/src/position.h +++ b/src/position.h @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2012 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2013 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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;