]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Small code style massage in uci.cpp
[stockfish] / src / movepick.h
index 8e7f6651620957fe9e6c2978b3cb056b591d1165..0ac4bb6cd206799c11504f51194c470daa20101a 100644 (file)
@@ -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