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

  /src/games/tetris/
scores.h 86 void savescore(int);
tetris.c 328 savescore(level);
scores.c 373 * Read the score file. Can be called from savescore (before showscores)
374 * or showscores (if savescore will not be called). If the given pointer
654 savescore(int level) function
842 * Show current scores. This must be called after savescore, if
843 * savescore is called at all, for two reasons:

Completed in 23 milliseconds