| 12 | static const int chessScore[] = {10000, 20, 40, 60, 100, 80, 10}; |
| 13 | |
| 14 | MachineGame::MachineGame(AIDifficulty diff) |
| 15 | : m_difficulty(diff), m_bAiIsRed(false) |
| 16 | { |
| 17 | } |
| 18 | |
| 19 | MachineGame::~MachineGame() |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected