* Returns the list of countries in the game world. * @return Pointer to country list. */
| 762 | * @return Pointer to country list. |
| 763 | */ |
| 764 | std::vector<Country*> *SavedGame::getCountries() |
| 765 | { |
| 766 | return &_countries; |
| 767 | } |
| 768 | |
| 769 | /** |
| 770 | * Adds up the monthly funding of all the countries. |
no outgoing calls
no test coverage detected