* Returns the player's current funds. * @return Current funds. */
| 609 | * @return Current funds. |
| 610 | */ |
| 611 | int SavedGame::getFunds() const |
| 612 | { |
| 613 | return _funds.back(); |
| 614 | } |
| 615 | |
| 616 | /** |
| 617 | * Returns the player's funds for the last 12 months. |
no outgoing calls
no test coverage detected