answer.code:8:15: error: ‘bool transmit’ redeclared as different kind of entity
8 | bool transmit(players& player,int round,int position){
| ^~~~~~~
In file included from answer.code:1:
mpc.h:7:6: note: previous declaration ‘bool transmit(player&, int, int)’
7 | bool transmit(player &player, int round,int position);
| ^~~~~~~~
answer.code:8:15: error: ‘players’ was not declared in this scope; did you mean ‘player’?
8 | bool transmit(players& player,int round,int position){
| ^~~~~~~
| player
answer.code:8:30: error: expected primary-expression before ‘,’ token
8 | bool transmit(players& player,int round,int position){
| ^
answer.code:8:31: error: expected primary-expression before ‘int’
8 | bool transmit(players& player,int round,int position){
| ^~~
answer.code:8:41: error: expected primary-expression before ‘int’
8 | bool transmit(players& player,int round,int position){
| ^~~