Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1465 → Rev 1466

/uspace/trunk/tetris/scores.h
38,6 → 38,8
/*
* Tetris scores.
*/
#include <sys/time.h>
#define MAXLOGNAME 10
struct highscore {
char hs_name[MAXLOGNAME]; /* login name */
int hs_score; /* raw score */