Home
last modified time | relevance | path

Searched defs:whiteToMove (Results 1 – 2 of 2) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/database/
H A Danalysis.cpp215 bool whiteToMove = testBoard.toMove() == White; in toString() local
H A Dbitboard.h537 inline bool BitBoard::whiteToMove() const in whiteToMove() function