X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=score.c;h=5738e72c0a13e6b5a4643bceb375b69cbf528078;hp=faef94ae61da3a8e36e42a22fc208199d666c50d;hb=bb819ae60e78c875e66fe2de3ac7fa2b9824a1e5;hpb=f8a1bfd0744369a492554476fd8a57484c581a5b diff --git a/score.c b/score.c index faef94a..5738e72 100644 --- a/score.c +++ b/score.c @@ -16,19 +16,19 @@ * 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 "score.h" + // High score table struct highscore g_scores[N_SCORES] = { {1*60*1000,"-"}, @@ -55,8 +55,6 @@ read_high_score_table() if(f) { // If the file exists, read from it for(i = 0; i