* Returns the list of soldiers in the base. * @return Pointer to the soldier list. */
| 291 | * @return Pointer to the soldier list. |
| 292 | */ |
| 293 | std::vector<Soldier*> *Base::getSoldiers() |
| 294 | { |
| 295 | return &_soldiers; |
| 296 | } |
| 297 | |
| 298 | /** |
| 299 | * Returns the list of crafts in the base. |
no outgoing calls
no test coverage detected