X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=typedef.h;h=93978bdb5bd11dab4e3b1698dab334ab41dac9de;hb=HEAD;hp=ed7a82d47302524ba8cec3bb375d53be5de20cf3;hpb=ff5dcab7f4204ec4e2a764fc1d71ac7189418e48;p=pgn-extract diff --git a/typedef.h b/typedef.h index ed7a82d..93978bd 100644 --- 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. */