![]() |
The NEW Pong Game V13.2.1
An interesting implemnettaion of the pong game
|
Structure representing a high score record. More...
#include <game_save.hpp>
Public Attributes | |
char | name [20] |
int | score |
Structure representing a high score record.
Contains the player's score and name for high score recording
char HighScore::name[20] |
Player's name
int HighScore::score |
Player's score