* Checks if the game is currently quitting. * @return whether the game is shutting down or not. */
| 582 | * @return whether the game is shutting down or not. |
| 583 | */ |
| 584 | bool Game::isQuitting() const |
| 585 | { |
| 586 | return _quit; |
| 587 | } |
| 588 | |
| 589 | /** |
| 590 | * Loads the most appropriate language |