Home
last modified time | relevance | path

Searched defs:RookFlag (Results 1 – 5 of 5) sorted by last modified time

/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dpiece.h40 const int RookFlag = 1 << 6; variable
/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dpiece.h40 const int RookFlag = 1 << 6; variable
/dports/games/scid/scid/src/polyglot/
H A Dpiece.h18 const int RookFlag = 1 << 6; variable
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dpiece.h18 const int RookFlag = 1 << 6; variable
/dports/games/polyglot/polyglot-1.4.70b/
H A Dpiece.h18 #define RookFlag (1 << 6) macro