* Get the pointer to the vector of visible units. * @return pointer to vector. */
| 1232 | * @return pointer to vector. |
| 1233 | */ |
| 1234 | std::vector<BattleUnit*> *BattleUnit::getVisibleUnits() |
| 1235 | { |
| 1236 | return &_visibleUnits; |
| 1237 | } |
| 1238 | |
| 1239 | /** |
| 1240 | * Clear visible units. |
no outgoing calls
no test coverage detected