------------------------------------------------ IS IN GAME ----------------------------------------------
| 509 | } |
| 510 | //------------------------------------------------ IS IN GAME ---------------------------------------------- |
| 511 | bool GameImpl::isInGame() const |
| 512 | { |
| 513 | return inGame; |
| 514 | } |
| 515 | //-------------------------------------------- IS SINGLE PLAYER -------------------------------------------- |
| 516 | bool GameImpl::isMultiplayer() const |
| 517 | { |
no outgoing calls