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 82 static struct highscore scores[NUMSPOTS];
84 static int checkscores(struct highscore *, int);
87 static void printem(int, int, struct highscore *, int, const char *);
655 struct highscore *sp;
743 * listed first in the highscore file.
748 const struct highscore *a, *b;
768 * controlled by MAXSCORES, and is to ensure that the highscore file is not
775 checkscores(struct highscore *hs, int num)
777 struct highscore *sp;
850 struct highscore *sp
    [all...]

Completed in 34 milliseconds