Implement -pgnNumberTag option
[xboard.git] / common.h
index ab3503d..b1e13cc 100644 (file)
--- a/common.h
+++ b/common.h
@@ -670,6 +670,8 @@ typedef struct {
     Boolean scoreWhite;
     Boolean pvSAN[ENGINES];
 
+    int recentEngines;
+    char *recentEngineList;
     char *tourneyFile;
     char *defName;
     char *processes;
@@ -682,6 +684,7 @@ typedef struct {
     int seedBase;
     Boolean roundSync;
     Boolean cycleSync;
+    Boolean numberTag;
 } AppData, *AppDataPtr;
 
 /*  PGN tags (for showing in the game list) */