Allow pseudo-engines to adjust the clocks
[xboard.git] / common.h
index bf26600..3d92dc0 100644 (file)
--- a/common.h
+++ b/common.h
@@ -661,6 +661,7 @@ typedef struct {
     int adjudicateDrawMoves;
     Boolean autoDisplayComment;
     Boolean autoDisplayTags;
+    Boolean pseudo[ENGINES]; /* [HGM] pseudo-engines */
     Boolean isUCI[ENGINES];
     Boolean hasOwnBookUCI[ENGINES];
     char * adapterCommand;