X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=0ac4bb6cd206799c11504f51194c470daa20101a;hp=8e7f6651620957fe9e6c2978b3cb056b591d1165;hb=3b1e64ab72cb2373b9e675ebcc8a1f7c94c71dfd;hpb=5c81602d14539f8259a715477315e28b5de7cb54 diff --git a/src/movepick.h b/src/movepick.h index 8e7f6651..0ac4bb6c 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -37,6 +37,8 @@ struct EvalInfo; struct SearchStack; +extern SearchStack EmptySearchStack; + /// MovePicker is a class which is used to pick one legal move at a time from /// the current position. It is initialized with a Position object and a few /// moves we have reason to believe are good. The most important method is