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

Method isRed

ChessBoard.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool ChessBoard:: isRed(int id)
55{
56 return m_ChessPieces[id].m_bRed;
57}
58
59
60void ChessBoard:: killStone(int id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected