struct Player { char* firstName; char* secondName; int points; };