src/chess/rules.h

changeset 26
e0a76ee1bb2b
parent 25
3ab0c2e1a4e2
child 27
efeb98bc69c9
     1.1 --- a/src/chess/rules.h	Tue Apr 01 12:30:25 2014 +0200
     1.2 +++ b/src/chess/rules.h	Tue Apr 01 14:04:00 2014 +0200
     1.3 @@ -78,6 +78,7 @@
     1.4      uint8_t promotion;
     1.5      _Bool check;
     1.6      _Bool checkmate;
     1.7 +    _Bool stalemate; // TODO: find a better place for checkmate and stalemate
     1.8      _Bool capture;
     1.9  } Move;
    1.10  

mercurial