* Returns the language currently in use by the game. * @return Pointer to the language. */
| 434 | * @return Pointer to the language. |
| 435 | */ |
| 436 | Language *Game::getLanguage() const |
| 437 | { |
| 438 | return _lang; |
| 439 | } |
| 440 | |
| 441 | /** |
| 442 | * Changes the language currently in use by the game. |
no outgoing calls
no test coverage detected