cleaned up HTML in FAQ.html -- still need to work on content
[xboard.git] / common.h
index 1780f3b..fc3da45 100644 (file)
--- a/common.h
+++ b/common.h
@@ -592,6 +592,8 @@ typedef struct {
     Boolean noGUI;      /* [HGM] fast: suppress all display updates */
     char *firstOptions; /* [HGM] options   */
     char *secondOptions;
+    char *fenOverride1;
+    char *fenOverride2;
 } AppData, *AppDataPtr;
 
 /* [AS] PGN tags (for showing in the game list) */