Home
last modified time | relevance | path

Searched refs:setCastlingRooks (Results 1 – 3 of 3) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.h195 void setCastlingRooks(char file000=0, char file00=0);
H A Dbitboard.cpp1101 setCastlingRooks(); in fromGoodFen()
1206 void BitBoard::setCastlingRooks(char file000, char file00) in setCastlingRooks() function in BitBoard
3454 setCastlingRooks(); in from64Char()
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dboardsetup.cpp620 b.setCastlingRooks(castlingFile000(),castlingFile00()); in slotCastlingRights()