src/chess/rules.h

changeset 41
a8346dcf7bbf
parent 40
47162a7621da
child 47
d726e4b46c33
equal deleted inserted replaced
40:47162a7621da 41:a8346dcf7bbf
79 uint8_t fromfile; 79 uint8_t fromfile;
80 uint8_t fromrow; 80 uint8_t fromrow;
81 uint8_t tofile; 81 uint8_t tofile;
82 uint8_t torow; 82 uint8_t torow;
83 uint8_t promotion; 83 uint8_t promotion;
84 uint8_t check;
85 uint8_t capture;
84 struct movetimeval timestamp; 86 struct movetimeval timestamp;
85 struct movetimeval movetime; 87 struct movetimeval movetime;
86 uint8_t check;
87 uint8_t capture;
88 } Move; 88 } Move;
89 89
90 typedef struct MoveList MoveList; 90 typedef struct MoveList MoveList;
91 91
92 struct MoveList { 92 struct MoveList {

mercurial