~ubuntu-branches/ubuntu/wily/maelstrom/wily

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Functions from scores.cc
extern void	LoadScores(void);
extern void	SaveScores(void);
extern int	ZapHighScores(void);
extern int	GetStartLevel(void);
extern void	PrintHighScores(void);

/* The high scores structure */
typedef	struct {
	char name[20];
	Uint32 wave;
	Uint32 score;	
} Scores;