* Gets the list of units. * @return Pointer to the list of units. */
| 717 | * @return Pointer to the list of units. |
| 718 | */ |
| 719 | std::vector<BattleUnit*> *SavedBattleGame::getUnits() |
| 720 | { |
| 721 | return &_units; |
| 722 | } |
| 723 | |
| 724 | /** |
| 725 | * Gets the list of items. |
no outgoing calls
no test coverage detected