score_t Struct Reference


Public Attributes

long score
cyid_t cyid
time_t time
char nickname [8]


Detailed Description

Structure of the high score of the game.

See also:
Score, Miscellaneous


Member Data Documentation

cyid_t cyid
 

Cy ID of the device on which the score was reached.

char nickname[8]
 

Cy name of the player, who reach the high score.

long score
 

High score.

time_t time
 

Time the high score was reached.