Added ai modes. Altered output of highscores to allow possible parsing with tools easier

This commit is contained in:
Tiehuis
2015-02-25 14:51:48 +13:00
parent 2d9f89f339
commit cf1a147078
7 changed files with 67 additions and 23 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define HIGHSCORE_H
void highscore_reset(void);
void highscore_load(struct gamestate *g);
long highscore_load(struct gamestate *g);
void highscore_save(struct gamestate *g);
#endif