huge CVS merge, see ChangeLog for details.
[supertux.git] / src / high_scores.h
index 1e7421f..c15ade6 100644 (file)
@@ -7,6 +7,9 @@
 
 # include <stdio.h>
 
+extern int hs_score;
+extern char hs_name[62]; /* highscores global variables*/
+
 void save_hs(int score);
-int load_hs();
+void load_hs();
 FILE * opendata(char * mode);