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

Method reliveStone

ChessBoard.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void ChessBoard:: reliveStone(int id)
68{
69 if(id== -1)
70 return;
71 m_ChessPieces[id].m_bDead= false;
72}
73
74void ChessBoard:: moveStone(int moveid, int row, int col)
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected