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.h
diff --git
a/src/misc.h
b/src/misc.h
index d954f0a3302467d16d3cc7ad9f169ff13ba97149..5c619bb3d679fe73cd230836cb3c6e953bc01081 100644
(file)
--- a/
src/misc.h
+++ b/
src/misc.h
@@
-40,6
+40,13
@@
#define Max(x, y) (((x) < (y))? (y) : (x))
+////
+//// Variables
+////
+
+extern bool Chess960;
+
+
////
//// Prototypes
////