The NEW Pong Game V13.2.1
An interesting implemnettaion of the pong game
Loading...
Searching...
No Matches
HighScore Struct Reference

Structure representing a high score record. More...

#include <game_save.hpp>

Public Attributes

char name [20]
 
int score
 

Detailed Description

Structure representing a high score record.

Contains the player's score and name for high score recording

Member Data Documentation

◆ name

char HighScore::name[20]

Player's name

◆ score

int HighScore::score

Player's score


The documentation for this struct was generated from the following file: