| 833 | int GetUpdatePiece() { return this->GetUpdatePiece(0); } |
| 834 | int GetUpdatePiece(int port); |
| 835 | int GetUpdateNumberOfPieces() { return this->GetUpdateNumberOfPieces(0); } |
| 836 | int GetUpdateNumberOfPieces(int port); |
| 837 | int GetUpdateGhostLevel() { return this->GetUpdateGhostLevel(0); } |
| 838 | int GetUpdateGhostLevel(int port); |
no test coverage detected