]> git.sesse.net Git - stockfish/blobdiff - src/misc.h
Use string instead of std::string
[stockfish] / src / misc.h
index d954f0a3302467d16d3cc7ad9f169ff13ba97149..5c619bb3d679fe73cd230836cb3c6e953bc01081 100644 (file)
 #define Max(x, y) (((x) < (y))? (y) : (x))
 
 
+////
+//// Variables
+////
+
+extern bool Chess960;
+
+
 ////
 //// Prototypes
 ////