Add -scoreWhite option
[xboard.git] / common.h
index 9423537..17feddb 100644 (file)
--- a/common.h
+++ b/common.h
@@ -650,6 +650,7 @@ typedef struct {
     Boolean pieceMenu;
     Boolean sweepSelect;
     Boolean whitePOV;
+    Boolean scoreWhite;
     Boolean pvSAN[ENGINES];
 
     char *tourneyFile;