* Gets the BattlescapeState. * @return Pointer to the BattlescapeState. */
| 888 | * @return Pointer to the BattlescapeState. |
| 889 | */ |
| 890 | BattlescapeState *SavedBattleGame::getBattleState() |
| 891 | { |
| 892 | return _battleState; |
| 893 | } |
| 894 | |
| 895 | /** |
| 896 | * Gets the BattlescapeState. |
no outgoing calls
no test coverage detected