huge CVS merge, see ChangeLog for details.
[supertux.git] / src / high_scores.h
1 /*
2
3   by Adam Czachorowski
4   gislan@o2.pl
5
6 */
7
8 # include <stdio.h>
9
10 extern int hs_score;
11 extern char hs_name[62]; /* highscores global variables*/
12
13 void save_hs(int score);
14 void load_hs();
15 FILE * opendata(char * mode);