Home
last modified time | relevance | path

Searched refs:C64_COLOR_TO_MOVE (Results 1 – 4 of 4) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.h306 C64_COLOR_TO_MOVE, enumerator
H A Dbitboard.cpp3437 if (l[C64_COLOR_TO_MOVE]=="W") in from64Char()
3441 else if (l[C64_COLOR_TO_MOVE]=="B") in from64Char()
H A Dgamex.cpp905 Color thisMoveColor = (l[C64_COLOR_TO_MOVE]=="W") ? Black : White; in addMoveFrom64Char()
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dficsconsole.cpp193 m_bWhiteToMove = (l[C64_COLOR_TO_MOVE]=="W"); in HandleBoard()