Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void MENUVerEquipa(GameManager *gMlocal);
- {char opcao;
- do {
- opcao = "";
- printf("1.Listar Equipa.\n");
- printf("2.Informaçao associada.\n");
- printf("3.Tatica.\n");
- printf("0. Sair");
- scanf(" %c", &opcao);
- switch (opcao) {
- case '1':
- break;
- case '2':
- break;
- case '3':
- break;
- case '0':
- printf("0");
- UserReady();
- break;
- default:
- printf("Introduza um valor numérico válido!\n");
- break;
- }
- } while (opcao != '0');
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment