Put recently used engines in WB menu
[xboard.git] / common.h
index ab3503d..a044993 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;