| 265 | } |
| 266 | |
| 267 | void incorrectChoice() { |
| 268 | cout << "Please try again next time" << endl; |
| 269 | cout << endl; |
| 270 | char back; |
| 271 | cout << "To go back press any key" << endl; |
| 272 | cin >> back; |
| 273 | if (back) welcome(); |
| 274 | } |
| 275 | void lostgame() { |
| 276 | game = false; |
| 277 | system("cls"); |