HomeSort by: relevance | last modified time | path
    Searched refs:highscore (Results 1 - 2 of 2) sorted by relevancy

  /src/games/tetris/
scores.h 75 struct highscore { struct
scores.c 83 static struct highscore scores[NUMSPOTS];
85 static int checkscores(struct highscore *, int);
88 static void printem(int, int, struct highscore *, int, const char *);
656 struct highscore *sp;
744 * listed first in the highscore file.
749 const struct highscore *a, *b;
769 * controlled by MAXSCORES, and is to ensure that the highscore file is not
776 checkscores(struct highscore *hs, int num)
778 struct highscore *sp;
851 struct highscore *sp
    [all...]

Completed in 19 milliseconds