#include <sys/time.h>#include <str.h>Go to the source code of this file.
Data Structures | |
| struct | highscore |
Defines | |
| #define | EXPIRATION (5L * 365 * 24 * 60 * 60) |
| #define | MAXHISCORES 10 |
| #define | MAXLOGNAME 16 |
| #define | MAXSCORES 9 |
Functions | |
| void | initscores (void) |
| void | insertscore (int score, int level) |
| int | loadscores (void) |
| void | savescores (void) |
| void | showscores (int firstgame) |
Definition in file scores.h.
1.4.7