Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1466 → Rev 1465

/uspace/trunk/tetris/scores.h
38,8 → 38,6
/*
* Tetris scores.
*/
#include <sys/time.h>
#define MAXLOGNAME 10
struct highscore {
char hs_name[MAXLOGNAME]; /* login name */
int hs_score; /* raw score */
51,5 → 49,5
#define MAXSCORES 9 /* maximum high score entries per person */
#define EXPIRATION (5L * 365 * 24 * 60 * 60)
 
void savescore(int);
void showscores(int);
void savescore(int);
void showscores(int);