* return the list of monthly maintenance costs * @return list of maintenances. */
| 1461 | * @return list of maintenances. |
| 1462 | */ |
| 1463 | std::vector<int> SavedGame::getMaintenances() |
| 1464 | { |
| 1465 | return _maintenance; |
| 1466 | } |
| 1467 | |
| 1468 | /** |
| 1469 | * adds to this month's research score |