X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=ba4da56896fee0bb5b4a9d745d639c3721970e23;hp=ea872f88aa57fdb126a8ae2121213865f14a1751;hb=27619830d428693b4871ce58770705b30ba84c99;hpb=78eecbf6d704cf178fb0310f7e1c180d2d2f3d4d diff --git a/src/misc.cpp b/src/misc.cpp index ea872f88..ba4da568 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -81,6 +81,8 @@ static const string AppTag = ""; //// Variables //// +bool Chess960; + uint64_t dbg_cnt0 = 0; uint64_t dbg_cnt1 = 0;