MCPcopy Create free account
hub / github.com/XMuli/ChineseChess / back

Method back

ChessBoard.cpp:1082–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082void ChessBoard::back(ChessStep* step)
1083{
1084 reliveStone(step->m_nKillID);
1085 moveStone(step->m_nMoveID, step->m_nRowFrom, step->m_nColFrom);
1086}
1087
1088void ChessBoard::back()
1089{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected