projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use string instead of std::string
[stockfish]
/
src
/
misc.cpp
diff --git
a/src/misc.cpp
b/src/misc.cpp
index ea872f88aa57fdb126a8ae2121213865f14a1751..ba4da56896fee0bb5b4a9d745d639c3721970e23 100644
(file)
--- 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;