(Added high score code from Adam Czachorowski)
[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 void save_hs(int score);
11 int load_hs();
12 FILE * opendata(char * mode);