* @return the month counter. */
| 1563 | * @return the month counter. |
| 1564 | */ |
| 1565 | int SavedGame::getMonthsPassed() const |
| 1566 | { |
| 1567 | return _monthsPassed; |
| 1568 | } |
| 1569 | |
| 1570 | /* |
| 1571 | * @return the GraphRegionToggles. |
no outgoing calls
no test coverage detected