* Gets the list of nodes. * @return Pointer to the list of nodes. */
| 708 | * @return Pointer to the list of nodes. |
| 709 | */ |
| 710 | std::vector<Node*> *SavedBattleGame::getNodes() |
| 711 | { |
| 712 | return &_nodes; |
| 713 | } |
| 714 | |
| 715 | /** |
| 716 | * Gets the list of units. |
no outgoing calls
no test coverage detected