--------------------------------------------- IS NEUTRAL -------------------------------------------------
| 82 | } |
| 83 | //--------------------------------------------- IS NEUTRAL ------------------------------------------------- |
| 84 | bool PlayerImpl::isNeutral() const |
| 85 | { |
| 86 | return index == 11; |
| 87 | } |
| 88 | //--------------------------------------------- GET START POSITION ----------------------------------------- |
| 89 | TilePosition PlayerImpl::getStartLocation() const |
| 90 | { |
no outgoing calls
no test coverage detected