X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=score.c;h=77e8ab35ba8bb503343345da4a355405adf2cfef;hp=faef94ae61da3a8e36e42a22fc208199d666c50d;hb=148882a3cc520f34616a1175ed157fe258d68dcc;hpb=f8a1bfd0744369a492554476fd8a57484c581a5b diff --git a/score.c b/score.c index faef94a..77e8ab3 100644 --- a/score.c +++ b/score.c @@ -16,19 +16,20 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "config.h" - -#include "SFont.h" -#include "file.h" -#include "score.h" - #include #include -#include #include #include #include +#include "SFont.h" + +#include "common.h" +#include "config.h" +#include "file.h" +#include "globals.h" +#include "score.h" + // High score table struct highscore g_scores[N_SCORES] = { {1*60*1000,"-"}, @@ -55,8 +56,6 @@ read_high_score_table() if(f) { // If the file exists, read from it for(i = 0; i