summaryrefslogtreecommitdiff
path: root/include/heightScore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/heightScore.h')
-rw-r--r--include/heightScore.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/heightScore.h b/include/heightScore.h
deleted file mode 100644
index b1bf7e2..0000000
--- a/include/heightScore.h
+++ /dev/null
@@ -1,13 +0,0 @@
-
-#ifndef HEIGHT_SCORE_H
-
-#define HEIGHT_SCORE_H
-
-#define HEIGHTSCORE_MAX_PLAYERS 100
-
-extern void initHeightScore(char *file);
-extern int addPlayerInHighScore(char *name, int score);
-extern char* getTableItem(int index);
-extern void quitHeightScore();
-
-#endif