]> git.sesse.net Git - pgn-extract/blobdiff - typedef.h
Push through a computer/human flag to the binary output.
[pgn-extract] / typedef.h
index ed7a82d47302524ba8cec3bb375d53be5de20cf3..93978bdb5bd11dab4e3b1698dab334ab41dac9de 100644 (file)
--- a/typedef.h
+++ b/typedef.h
@@ -290,6 +290,9 @@ typedef struct {
      */
     long start_position;
     long end_position;
+    /* Whether the games are assumed played by computers.
+     * Passed through verbatim to the binary format. */
+    int computer_flag;
     /* File of ECO lines. */
     const char *eco_file;
     /* Where to write the extracted games. */