- added 1up to tileset
[supertux.git] / src / high_scores.h
index d5dd38d..1260d40 100644 (file)
@@ -5,6 +5,9 @@
 
 */
 
+#ifndef SUPERTUX_HIGH_SCORES_H
+#define SUPERTUX_HIGH_SCORES_H
+
 #include <stdio.h>
 
 extern int hs_score;
@@ -12,4 +15,5 @@ extern char hs_name[62]; /* highscores global variables*/
 
 void save_hs(int score);
 void load_hs();
-FILE * opendata(char * mode);
+
+#endif