Allow match to be started from WB menu
[xboard.git] / common.h
index 2b6d695..d5e23ee 100644 (file)
--- a/common.h
+++ b/common.h
@@ -569,9 +569,12 @@ typedef struct {
     char * polyglotDir;
     Boolean usePolyglotBook;
     char * polyglotBook;
+    int bookDepth;
+    int bookStrength;
     int defaultHashSize;
     int defaultCacheSizeEGTB;
     char * defaultPathEGTB;
+    int defaultMatchGames;
 
     /* [HGM] Board size */
     int NrFiles;