* Sets the GraphCountryToggles. * @param value The new value for GraphCountryToggles. */
| 1605 | * @param value The new value for GraphCountryToggles. |
| 1606 | */ |
| 1607 | void SavedGame::setGraphCountryToggles(const std::string &value) |
| 1608 | { |
| 1609 | _graphCountryToggles = value; |
| 1610 | } |
| 1611 | |
| 1612 | /** |
| 1613 | * Sets the GraphFinanceToggles. |