* Gets the current turn number. * @return The current turn. */
| 771 | * @return The current turn. |
| 772 | */ |
| 773 | int SavedBattleGame::getTurn() const |
| 774 | { |
| 775 | return _turn; |
| 776 | } |
| 777 | |
| 778 | /** |
| 779 | * Ends the current turn and progresses to the next one. |
no outgoing calls
no test coverage detected