* Gets the BattlescapeState. * @return Pointer to the BattlescapeState. */
| 897 | * @return Pointer to the BattlescapeState. |
| 898 | */ |
| 899 | BattlescapeGame *SavedBattleGame::getBattleGame() |
| 900 | { |
| 901 | return _battleState->getBattleGame(); |
| 902 | } |
| 903 | |
| 904 | /** |
| 905 | * Sets the BattlescapeState. |
no outgoing calls
no test coverage detected