* return the list of income scores * @return list of income scores. */
| 1488 | * @return list of income scores. |
| 1489 | */ |
| 1490 | std::vector<int> SavedGame::getIncomes() |
| 1491 | { |
| 1492 | return _incomes; |
| 1493 | } |
| 1494 | |
| 1495 | /** |
| 1496 | * return the list of expenditures scores |