struct game { int click; int multiplifier; int score; }; void set_score (struct game *game, int score);